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 100bb5c commit 17adf16
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_REF_NAME }}"
"BRANCH=${{ github.ref }}"
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
-
Expand Down

0 comments on commit 17adf16

Please sign in to comment.