Skip to content

Commit

Permalink
ci: fix benthos collector dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jan 24, 2024
1 parent 84839b5 commit 2f52ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
@@ -214,7 +214,7 @@ jobs:
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with:
context: .
target: ${{ matrix.target }}
file: benthos-collector.Dockerfile
build-args: |
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
platforms: linux/amd64,linux/arm64 # The confluent library and UBI8 don't support ARMv7

0 comments on commit 2f52ef7

Please sign in to comment.