We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff2a8b commit f8e897eCopy full SHA for f8e897e
.github/workflows/docker-build-push.yml
@@ -69,6 +69,7 @@ jobs:
69
id: docker_build
70
uses: docker/build-push-action@v6
71
with:
72
+ platforms: linux/amd64
73
push: true
74
tags: quay.io/honeynet/filebeat:${{ matrix.filebeat_version }}
75
build-args: |
.github/workflows/docker-build.yml
@@ -60,6 +60,7 @@ jobs:
60
61
62
63
64
push: false
65
66
0 commit comments