Skip to content

Commit

Permalink
bump up build and push action version
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jul 2, 2024
1 parent 6a99110 commit c0ad799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build amd64 image and export to Docker for testing
uses: Wandalen/wretry.action@v3
with:
action: docker/build-push-action@v5
action: docker/build-push-action@v6
with: |
context: .
load: true
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Build multi-arch Docker image, tag and push to registries
uses: Wandalen/wretry.action@v3
with:
action: docker/build-push-action@v5
action: docker/build-push-action@v6
with: |
context: .
platforms: linux/amd64
Expand Down

0 comments on commit c0ad799

Please sign in to comment.