Skip to content

Commit c82b9c3

Browse files
authored
Merge pull request #59 from z-shell/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents a08c2d1 + e1cbb4f commit c82b9c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.GITHUB_TOKEN }}
5252
- name: Build and push
5353
id: docker_build_zsh_versions
54-
uses: docker/build-push-action@v6
54+
uses: docker/build-push-action@v7
5555
timeout-minutes: 60
5656
with:
5757
push: ${{ github.event.number == 0 }}
@@ -84,7 +84,7 @@ jobs:
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585
- name: Build and push
8686
id: docker_build_latest
87-
uses: docker/build-push-action@v6
87+
uses: docker/build-push-action@v7
8888
if: github.ref == 'refs/heads/main'
8989
with:
9090
push: true

0 commit comments

Comments
 (0)