Skip to content

Commit

Permalink
⭕ replace @ for -
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazebr committed Oct 30, 2023
1 parent 3ed7f07 commit ccdd42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
context: ${{ inputs.CONTEXT }}
target: ${{ inputs.TARGET }}
push: true
tags: ${{ steps.meta.outputs.tags }}@${{ inputs.IMAGE_NAME }}
tags: ${{ steps.meta.outputs.tags }}-${{ inputs.IMAGE_NAME }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ccdd42c

Please sign in to comment.