⬆️ Update docker/build-push-action action to v6.4.1 (#167)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-17 13:43:55 +02:00 committed by GitHub
parent 6d03013c1e
commit 4ef7dd3953
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.4.0
uses: docker/build-push-action@v6.4.1
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.4.0
uses: docker/build-push-action@v6.4.1
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.4.0
uses: docker/build-push-action@v6.4.1
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.4.0
uses: docker/build-push-action@v6.4.1
with:
load: true
# yamllint disable rule:line-length