Skip to content

Commit

Permalink
Merge pull request #20 from GiganticMinecraft/renovate/docker-build-p…
Browse files Browse the repository at this point in the history
…ush-action-4.x

chore(deps): update docker/build-push-action action to v4
  • Loading branch information
inductor authored Jun 9, 2023
2 parents 703c168 + 3aa46bc commit 1bca17b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-bungeesemaphore-redis-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./bungeesemaphore-redis-dev
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-seichiassist-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./seichiassist-builder
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-seichiassist-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./seichiassist-runner
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 1bca17b

Please sign in to comment.