Skip to content

Commit

Permalink
#51: Using branch when building prod image
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 28, 2024
1 parent fa367e7 commit 100bb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
load: true
tags: transformimgs
build-args: |
"BRANCH=${{ GITHUB_HEAD_REF }}"
"BRANCH=${{ GITHUB_REF_NAME }}"
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
-
Expand Down

0 comments on commit 100bb5c

Please sign in to comment.