⬆️ Update docker/build-push-action action to v6.16.0 (#211)

This commit is contained in:
renovate[bot] 2025-04-24 20:04:21 +02:00 committed by GitHub
parent dffd62dcb8
commit fdc1162446
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -166,7 +166,7 @@ jobs:
if: steps.flags.outputs.from != 'null'
run: docker pull "${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v6.15.0
uses: docker/build-push-action@v6.16.0
with:
push: false
context: ${{ needs.information.outputs.target }}

View file

@ -138,7 +138,7 @@ jobs:
if: steps.flags.outputs.from != 'null'
run: docker pull "${{ steps.flags.outputs.from }}"
- name: 🚀 Build
uses: docker/build-push-action@v6.15.0
uses: docker/build-push-action@v6.16.0
with:
load: true
# yamllint disable rule:line-length

View file

@ -147,7 +147,7 @@ jobs:
exit 1
fi
- name: 🚀 Build
uses: docker/build-push-action@v6.15.0
uses: docker/build-push-action@v6.16.0
with:
push: false
context: ${{ needs.information.outputs.target }}

View file

@ -103,7 +103,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: 🚀 Build
uses: docker/build-push-action@v6.15.0
uses: docker/build-push-action@v6.16.0
with:
load: true
# yamllint disable rule:line-length