build(deps): bump docker/build-push-action from 6 to 7 (#770)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-07 09:55:12 +01:00 committed by GitHub
parent 4b4845c3b0
commit f82d91ccac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ jobs:
- name: build and push
id: docker_build_zsh_versions
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
timeout-minutes: 90 # compiling older zsh versions take a long time
with:
push: ${{ github.event.number == 0 }}
@ -85,7 +85,7 @@ jobs:
- name: build & push new image
id: docker_build_latest
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: github.ref == 'refs/heads/main'
with:
push: true