Skip to content

Commit e731abc

Browse files
authored
Merge pull request #102 from kairos-io/renovate/docker-build-push-action-5.x
2 parents 1354314 + d744abf commit e731abc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ secrets.QUAY_PASSWORD }}
5858

5959
- name: Build
60-
uses: docker/build-push-action@v4
60+
uses: docker/build-push-action@v5
6161
with:
6262
builder: ${{ steps.buildx.outputs.name }}
6363
context: .

.github/workflows/tool-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.QUAY_PASSWORD }}
5757

5858
- name: Build
59-
uses: docker/build-push-action@v4
59+
uses: docker/build-push-action@v5
6060
with:
6161
builder: ${{ steps.buildx.outputs.name }}
6262
context: ./tools-image

0 commit comments

Comments
 (0)