1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00: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

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 }}