Skip to content

Commit

Permalink
Fix argument (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Dec 15, 2022
1 parent 11dac74 commit 9802d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: false
args: |
build-args: |
BASE_IMAGE=${{ matrix.base_image }}
platforms: linux/amd64,linux/arm64
tags: runner-terraform:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
with:
push: true
context: .
args: |
build-args: |
BASE_IMAGE=${{ inputs.base_image }}
platforms: linux/amd64,linux/arm64
tags: ${{ inputs.image_tags }}
Expand Down

0 comments on commit 9802d9d

Please sign in to comment.