Skip to content

Commit

Permalink
Merge pull request #653 from napple-team/renovate/docker-build-push-a…
Browse files Browse the repository at this point in the history
…ction-6.x

Update docker/build-push-action action to v6
  • Loading branch information
windyakin authored Aug 15, 2024
2 parents 60b177d + 7d47e8c commit 2b47fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: docker/setup-buildx-action@v3

- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
platforms: linux/amd64
tags: ghcr.io/windyakin/ganbaruby:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}

- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
tags: ghcr.io/windyakin/ganbaruby:latest
Expand Down

0 comments on commit 2b47fa8

Please sign in to comment.