Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 5 to 6 (#661)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Jun 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e330284 commit d05a530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d05a530

Please sign in to comment.