Skip to content

Commit

Permalink
fix: Update werf args
Browse files Browse the repository at this point in the history
  • Loading branch information
jarojasm95 committed Feb 12, 2025
1 parent 368f627 commit 7fc1758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
script: |
const tags = '${{ steps.meta.outputs.tags }}'.split(',')
return tags.map((tag) => `--tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${tag}`)
return tags.map((tag) => `--tag ${tag}`)
- name: werf publish
run: |
Expand Down

0 comments on commit 7fc1758

Please sign in to comment.