Skip to content

Commit

Permalink
Merge pull request #189 from zeldigas/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
zeldigas authored Jun 24, 2024
2 parents 81e016c + 4577cab commit 482906d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./cli
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./cli
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 482906d

Please sign in to comment.