Skip to content

Commit

Permalink
Add build args as list
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Mar 21, 2022
1 parent d13e281 commit 7a8bf47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args:
- GITHUB_REF_NAME
- GITHUB_SHA
build-args: |
GITHUB_REF_NAME
GITHUB_SHA

0 comments on commit 7a8bf47

Please sign in to comment.