Skip to content

Commit 1101443

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f1965f commit 1101443

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)