Skip to content

Commit

Permalink
Merge pull request #46 from z-shell/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
ss-o authored Jun 23, 2024
2 parents 4f1965f + 1101443 commit c7d2ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build_zsh_versions
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
timeout-minutes: 60
with:
push: ${{ github.event.number == 0 }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
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
Expand Down

0 comments on commit c7d2ef8

Please sign in to comment.