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:
renovate[bot] 2026-03-05 23:42:03 +00:00 committed by GitHub
commit faa77c38f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
tags: type=raw,value=latest tags: type=raw,value=latest
# Build and push the Docker image # 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' if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
with: with:
context: . context: .