Skip to content

Commit c527114

Browse files
Update dockerhub-build-push-on-push.yml
Attempting to fix auto-build failures for dev builds
1 parent ab53407 commit c527114

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dockerhub-build-push-on-push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ jobs:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_PA_TOKEN }}
2424

25+
- name: Install QEMU
26+
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
27+
2528
- name: Set up Docker Buildx
2629
uses: docker/setup-buildx-action@v3
2730

2831
- name: Build and push Docker image
2932
uses: docker/build-push-action@v6
3033
with:
34+
provenance: false # Disable provenance metadata to fix BuildKit issues
3135
context: .
3236
file: ./Dockerfile
3337
push: true

0 commit comments

Comments
 (0)