mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-12 22:48:52 +00:00
Update docker/build-push-action action to v4
This commit is contained in:
parent
446fe30aa0
commit
f38d261b93
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
password: ${{ secrets.QUAY_PASSWORD }}
|
||||
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
|
2
.github/workflows/tool-image.yml
vendored
2
.github/workflows/tool-image.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
password: ${{ secrets.QUAY_PASSWORD }}
|
||||
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: ./tools-image
|
||||
|
Loading…
Reference in New Issue
Block a user