mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-06-04 21:09:33 +00:00
chore(deps): update docker/build-push-action action to v5
This commit is contained in:
parent
66e9e7a940
commit
d744abf9ab
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
password: ${{ secrets.QUAY_PASSWORD }}
|
password: ${{ secrets.QUAY_PASSWORD }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: .
|
context: .
|
||||||
|
2
.github/workflows/tool-image.yml
vendored
2
.github/workflows/tool-image.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
password: ${{ secrets.QUAY_PASSWORD }}
|
password: ${{ secrets.QUAY_PASSWORD }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: ./tools-image
|
context: ./tools-image
|
||||||
|
Loading…
Reference in New Issue
Block a user