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:
commit
31642a748f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-publish.yml
vendored
2
.github/workflows/build-publish.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue