Skip to content

Commit

Permalink
action.yml: Odd build-args syntax use
Browse files Browse the repository at this point in the history
Signed-off-by: C. Mangla <[email protected]>
  • Loading branch information
cmangla authored Sep 6, 2024
1 parent 2ea7034 commit cb97228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ runs:
push: false
tags: sdk
context: ${{ github.action_path }}
build-args: CONTAINER,ARCH
build-args: |
CONTAINER
ARCH
cache-to: type=gha,mode=max
cache-from: type=gha
load: true
Expand Down

0 comments on commit cb97228

Please sign in to comment.