Skip to content

Commit

Permalink
add buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Feb 18, 2025
1 parent 3938c70 commit 04b245f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
username: pandare
password: ${{secrets.pandare_dockerhub}}

- name: Set up Docker Buildx
uses: docker/[email protected]

- name: Build panda:latest
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6.13.0
with:
push: true
context: ${{ github.workspace }}
Expand Down

0 comments on commit 04b245f

Please sign in to comment.