Skip to content

Commit

Permalink
fix build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Mar 3, 2023
1 parent 59dbdb8 commit 0a90361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/consolidated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
build-args:
- BUILD_ID=${{ steps.build-id.outputs.BUILD_ID }}
build-args: |
BUILD_ID=${{ steps.build-id.outputs.BUILD_ID }}
tags: |
${{ env.IMAGE }}:${{ steps.build-id.outputs.BUILD_ID }}
Expand Down

0 comments on commit 0a90361

Please sign in to comment.