Skip to content

Commit

Permalink
one-more-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Oct 30, 2023
1 parent 641bb4b commit eb74905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/customer-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
files: ./docker-bake.hcl
push: ${{ startsWith(github.ref, 'refs/heads/customer-') }}
env:
SHA_SHORT: dev-${{ steps.vars.outputs.sha_short }}
SHA_SHORT: ${{ steps.branch.outputs.branch }}-${{ steps.vars.outputs.sha_short }}
TAG: latest-${{ steps.branch.outputs.branch }}

0 comments on commit eb74905

Please sign in to comment.