build(deps): bump docker/build-push-action from 5 to 6 (#661)

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] 2024-06-17 14:49:02 +02:00 committed by GitHub
parent e3302842b9
commit d05a530115
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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