Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent c227889 commit 6ab29e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_growi_elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build (and push if on main)
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker-images/growi/elasticsearch
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_mcserver_base_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build (and push if on main)
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ env.DOCKER_BUILD_CONTEXT }}
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_mcserver_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- if: steps.should_build.outputs.should_build == 'true'
name: Build (and push if on main)
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.build_context }}
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mod_downloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build (and push if on main)
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./docker-images/mod-downloader/
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 6ab29e2

Please sign in to comment.