1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-11-08 07:49:22 +01:00

Merge pull request #2306 from nginx-proxy/dependabot/github_actions/docker/build-push-action-5

ci: bump docker/build-push-action from 4 to 5
This commit is contained in:
Nicolas Duchon 2023-12-08 00:29:56 +01:00 committed by GitHub
commit 43692bb495
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ jobs:
- name: Build and push the Debian based image
id: docker_build_debian
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
@ -143,7 +143,7 @@ jobs:
- name: Build and push the Alpine based image
id: docker_build_alpine
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.alpine