Skip to content

Commit c7d2ef8

Browse files
author
Sall
authored
Merge pull request #46 from z-shell/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 4f1965f + 1101443 commit c7d2ef8

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@v5
54+
uses: docker/build-push-action@v6
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@v5
87+
uses: docker/build-push-action@v6
8888
if: github.ref == 'refs/heads/main'
8989
with:
9090
push: true

0 commit comments

Comments
 (0)