1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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