Skip to content

Commit 669ffab

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 d9bbf60 commit 669ffab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-and-push-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
password: ${{ secrets.DOCKERHUB_TOKEN }}
8686

8787
- name: Build and Push
88-
uses: docker/build-push-action@v5
88+
uses: docker/build-push-action@v6
8989
with:
9090
file: Dockerfile
9191
platforms: "linux/amd64,linux/arm64"

.github/workflows/docker-build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
password: ${{ secrets.DOCKERHUB_TOKEN }}
5656

5757
- name: Build and Push
58-
uses: docker/build-push-action@v5
58+
uses: docker/build-push-action@v6
5959
with:
6060
file: Dockerfile
6161
platforms: "linux/amd64,linux/arm64"

0 commit comments

Comments
 (0)