1
0
mirror of https://github.com/kairos-io/osbuilder.git synced 2025-05-06 15:16:34 +00:00

Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot] 2024-06-17 22:13:50 +00:00 committed by GitHub
parent 18122a9656
commit 94b36a31f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
.github/workflows

View File

@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}
- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: .

View File

@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}
- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./tools-image