Skip to content

Commit

Permalink
Update docker/build-push-action action to v4 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2023
1 parent ff5973c commit 5d19781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
username: auguwu
password: ${{secrets.GITHUB_TOKEN}}
- name: Build and push!
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
context: images/base
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
username: auguwu
password: ${{secrets.GITHUB_TOKEN}}
- name: Build and push!
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
context: images/${{matrix.image}}
Expand Down

0 comments on commit 5d19781

Please sign in to comment.