Skip to content

Commit

Permalink
Trying a new version of docker
Browse files Browse the repository at this point in the history
  • Loading branch information
i3149 committed Jan 30, 2025
1 parent 521fa86 commit 2a0ab4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
go-version: '1.23.5'

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: make test

- name: Build and Publish Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit 2a0ab4b

Please sign in to comment.