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

This commit is contained in:
2026-06-15 22:08:22 +00:00
parent a5f7d8dcb3
commit d19a0364e0
+2 -2
View File
@@ -78,7 +78,7 @@ jobs:
fi
- name: Build and push Docker image (release)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true
@@ -96,7 +96,7 @@ jobs:
if: steps.version.outputs.IS_PRERELEASE == 'false'
- name: Build and push Docker image (pre-release)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true