Skip to content

Commit

Permalink
fix(ci): Correct the assignment of build arguments to Wolfi Toolbox
Browse files Browse the repository at this point in the history
Had `:` where `=` should have been used
  • Loading branch information
EyeCantCU committed Feb 8, 2024
1 parent ef33886 commit 8e0f18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wolfi-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
image: ${{ matrix.image_name }}
tags: ${{ env.IMAGE_TAGS }}
build-args: |
SOURCE_IMAGE_NAME: ${{ env.SOURCE_IMAGE_NAME }}
SOURCE_IMAGE_REGISTRY: ${{ env.SOURCE_IMAGE_REGISTRY }}
SOURCE_IMAGE_NAME=${{ env.SOURCE_IMAGE_NAME }}
SOURCE_IMAGE_REGISTRY=${{ env.SOURCE_IMAGE_REGISTRY }}
labels: ${{ steps.meta.outputs.labels }}
oci: false

Expand Down

0 comments on commit 8e0f18f

Please sign in to comment.