Skip to content

Commit

Permalink
fix: fix github build
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 1, 2024
1 parent 41eea05 commit b8eb9e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push-to-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
ghcr.io/${{ github.repository }}
- name: Build undb and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
context: .
file: Dockerfile
Expand Down

0 comments on commit b8eb9e8

Please sign in to comment.