Skip to content

Commit 2f13a5e

Browse files
ci: bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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]>
1 parent 43ee419 commit 2f13a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Build and push the Alpine based image
9292
if: ${{ matrix.base == 'alpine' }}
9393
id: docker_build_alpine
94-
uses: docker/build-push-action@v3
94+
uses: docker/build-push-action@v4
9595
with:
9696
context: .
9797
build-args: DOCKER_GEN_VERSION=${{ env.GIT_DESCRIBE }}
@@ -103,7 +103,7 @@ jobs:
103103
- name: Build and push the Debian based image
104104
if: ${{ matrix.base == 'debian' }}
105105
id: docker_build_debian
106-
uses: docker/build-push-action@v3
106+
uses: docker/build-push-action@v4
107107
with:
108108
context: .
109109
build-args: DOCKER_GEN_VERSION=${{ env.GIT_DESCRIBE }}

0 commit comments

Comments
 (0)