Skip to content

Commit

Permalink
Try v6
Browse files Browse the repository at this point in the history
  • Loading branch information
cianwilson committed Jul 6, 2024
1 parent 7ab0324 commit 4a8740a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build (amd64) Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
load: true
Expand All @@ -54,7 +54,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Build (arm) and push (amd/arm) Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
with:
context: docker
Expand Down

0 comments on commit 4a8740a

Please sign in to comment.