Skip to content

Commit

Permalink
add argument
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Nov 19, 2023
1 parent 04b11b4 commit 9eb08ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/action_templates/build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ runs:
context: ./docker
file: ./docker/${{ inputs.dockerfile-name}}
build-args: |
TAG_NAME=${{ inputs.tag-name}}, COMMIT_ID=${{ inputs.commit-id}}
TAG_NAME=${{ inputs.tag-name}}
COMMIT_ID=${{ inputs.commit-id}}
push: true
platforms: linux/arm64
tags: |
Expand Down

0 comments on commit 9eb08ca

Please sign in to comment.