Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 9cc770f

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-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82149d2 commit 9cc770f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-push-dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Build image
115115
id: docker_build
116-
uses: docker/build-push-action@v5
116+
uses: docker/build-push-action@v6
117117
with:
118118
context: ./
119119
file: ./Dockerfile
@@ -174,7 +174,7 @@ jobs:
174174

175175
- name: Push image
176176
id: docker_push
177-
uses: docker/build-push-action@v5
177+
uses: docker/build-push-action@v6
178178
with:
179179
context: ./
180180
file: ./Dockerfile

0 commit comments

Comments
 (0)