Skip to content

Commit 1626a68

Browse files
Bump docker/build-push-action from 3 to 6 (#283)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5179d11 commit 1626a68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
3333
- name: Build and push
3434
id: docker_build
35-
uses: docker/build-push-action@v3
35+
uses: docker/build-push-action@v6
3636
with:
3737
file: Dockerfile
3838
context: .

.github/workflows/docker-push-sha-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
3131
- name: Build and push
3232
id: docker_build
33-
uses: docker/build-push-action@v3
33+
uses: docker/build-push-action@v6
3434
with:
3535
file: Dockerfile
3636
context: .

0 commit comments

Comments
 (0)