Skip to content

Commit

Permalink
release the correct cnspec container flavours
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Oct 6, 2023
1 parent 8fb6d71 commit 3b7f2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cnspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
context: .
file: cnspec.Dockerfile
build-args: VERSION=${{ env.VERSION }}
build-args: VERSION=${{ env.VERSION }}${{ matrix.suffix }}}
platforms: linux/amd64,linux/arm64,linux/arm
push: true
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 3b7f2a4

Please sign in to comment.