updated workflow

This commit is contained in:
Graham Steffaniak 2023-10-10 08:53:26 -05:00
parent 3f7caf97c5
commit d3daafe9fe
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
run: |
JSON="${{ steps.meta.outputs.tags }}"
# Use jq to remove 'v' from the version field
JSON=$(echo "$JSON" |sed -s '/filebrowser:v/filebrowser:/g')
JSON=$(echo "$JSON" | sed 's/filebrowser:v/filebrowser:/')
echo "::set-output name=cleaned_tag::$JSON"
- name: Build and push
uses: docker/build-push-action@v5