Update docker/build-push-action action to v7 (#32)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-07 01:44:41 +00:00
committed by GitHub
parent 76fdc6421b
commit 6bde7da63e
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ./
platforms: linux/amd64,linux/arm64