Update docker/build-push-action action to v7 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ec325ed178
commit
faa77c38f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
tags: type=raw,value=latest
|
||||
|
||||
# Build and push the Docker image
|
||||
- uses: docker/build-push-action@v6
|
||||
- uses: docker/build-push-action@v7
|
||||
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
||||
with:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue