Skip to content

Commit

Permalink
update docker/build-push-action to v6
Browse files Browse the repository at this point in the history
v5 was about defaulting to node20
v6 was about exporting build record and generate build summary
  • Loading branch information
toy committed Jul 8, 2024
1 parent 05823d3 commit 494b49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
${{ env.REGISTRY_IMAGE }}
- name: Build image
id: build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ matrix.platform }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
wget -O- --retry-on-http-error=503,502 --retry-connrefused http://localhost:8080/api/v3
- name: Push image
id: push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ matrix.platform }}
Expand Down

0 comments on commit 494b49b

Please sign in to comment.