Skip to content

Commit 698fe47

Browse files
Bump docker/build-push-action from 4 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...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 4d91197 commit 698fe47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
password: ${{ secrets.DOCKERHUB_TOKEN }}
6060

6161
- name: Build docker image
62-
uses: docker/build-push-action@v4
62+
uses: docker/build-push-action@v6
6363
with:
6464
build-args: GITLINT_VERSION=${{ inputs.gitlint_version }}
6565
tags: jorisroovers/gitlint:${{ steps.set_tag.outputs.docker_image_tag }}
@@ -72,7 +72,7 @@ jobs:
7272
7373
# This won't actually rebuild the docker image, but just push the previously built and cached image
7474
- name: Push docker image
75-
uses: docker/build-push-action@v4
75+
uses: docker/build-push-action@v6
7676
with:
7777
push: ${{ inputs.push_to_dockerhub }}
7878
build-args: GITLINT_VERSION=${{ inputs.gitlint_version }}

0 commit comments

Comments
 (0)