We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e007a commit 255fd1cCopy full SHA for 255fd1c
1 file changed
.github/workflows/docker_build.yml
@@ -50,6 +50,8 @@ jobs:
50
push: false
51
load: true
52
tags: arc:test
53
+ build-args: |
54
+ ARC_BRANCH=${{ github.head_ref || github.ref_name }}
55
cache-from: type=gha
56
cache-to: type=gha,mode=max
57
0 commit comments