Skip to content

Commit

Permalink
fix: fix docker multi-platform deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane authored Dec 7, 2023
1 parent 37ae0aa commit 21a4537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
VERSION=${{ github.sha }}-SNAPSHOT
fi
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 21a4537

Please sign in to comment.