Skip to content

Commit 9dc7546

Browse files
authored
Merge pull request #520 from nginx-proxy/dependabot/github_actions/docker/build-push-action-4
ci: bump docker/build-push-action from 3 to 4
2 parents e543d95 + a03f43b commit 9dc7546

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)