Skip to content

Commit

Permalink
Fix #275: Build and deploy docker image workflow fails (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpsk authored Feb 25, 2025
1 parent 10ed636 commit 2c4ca79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
mvn -U -DuseInternalRepo=true --no-transfer-progress package
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28 # Workaround until it is fixed in docker/setup-qemu-action repo
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit 2c4ca79

Please sign in to comment.