chore(deps): update docker/build-push-action action to v7 (#1577)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-14 22:22:23 +08:00
committed by GitHub
parent 333691c3f7
commit 0586b4b93d
+2 -2
View File
@@ -585,7 +585,7 @@ jobs:
cp -rp ./resources ./dist
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ./dist
file: ./dist/Dockerfile
@@ -600,7 +600,7 @@ jobs:
cp -rp ./resources ./dist
- name: Build and push demo
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
if: github.ref == 'refs/heads/dev'
with:
context: ./dist