Skip to content

Commit

Permalink
fix(actions): fix the image tag for branches (#349)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Apr 7, 2021
1 parent d3d9f36 commit c3f109b
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 @@ -118,7 +118,7 @@ jobs:
tag-latest: false
tag-custom-only: true
tag-custom: |
${{ env.TAG }}
${{ env.IMAGE_TAG }}
- name: Print Tag info
run: |
Expand Down

0 comments on commit c3f109b

Please sign in to comment.