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

Merged
bagas merged 1 commits from renovate/docker-build-push-action-7.x into main 2026-03-06 14:03:17 +07:00
+2 -2
View File
@@ -79,7 +79,7 @@ jobs:
fi fi
- name: Build and push Docker image (release) - name: Build and push Docker image (release)
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true
@@ -97,7 +97,7 @@ jobs:
if: steps.version.outputs.IS_PRERELEASE == 'false' if: steps.version.outputs.IS_PRERELEASE == 'false'
- name: Build and push Docker image (pre-release) - name: Build and push Docker image (pre-release)
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true