Skip to content

Commit

Permalink
Merge pull request #102 from kairos-io/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-5.x
  • Loading branch information
Itxaka authored Dec 3, 2023
2 parents 1354314 + d744abf commit e731abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tool-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./tools-image
Expand Down

0 comments on commit e731abc

Please sign in to comment.