1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-09-16 17:01:51 +02:00

Merge pull request #2485 from nginx-proxy/dependabot/github_actions/docker/build-push-action-6

ci: bump docker/build-push-action from 5 to 6
This commit is contained in:
Nicolas Duchon 2024-06-24 23:37:05 +02:00 committed by GitHub
commit 31642a748f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ jobs:
- name: Build and push the image
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile.${{ matrix.base }}