Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buildsville authored Nov 22, 2021
1 parent 43eb630 commit 9826249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
with:
context: .
push: true
tags: ${{ env.IMAGE_NAME }}/${{ (steps.meta.outputs.version == 'master' && 'latest') || steps.meta.outputs.version }}
tags: ${{ env.IMAGE_NAME }}:${{ (steps.meta.outputs.version == 'master' && 'latest') || steps.meta.outputs.version }}

0 comments on commit 9826249

Please sign in to comment.