Skip to content

Commit 7cb9dff

Browse files
committed
fix: explicitly set platform and skip manifest list generation
1 parent 57908ab commit 7cb9dff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
uses: docker/build-push-action@v5
3939
with:
4040
context: .
41+
platforms: linux/amd64
42+
# skip manifest list
43+
provenance: false
4144
push: true
4245
tags: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}
4346
no-cache: true

0 commit comments

Comments
 (0)