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

Merged
bagas merged 1 commits from renovate/docker-build-push-action-7.x into main 2026-03-14 22:46:03 +07:00
Showing only changes of commit 12c9b83b81 - Show all commits
+2 -2
View File
@@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image for main
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true
@@ -43,7 +43,7 @@ jobs:
if: github.ref == 'refs/heads/main'
- name: Build and push Docker image for staging
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true