Compare commits

...

2 Commits

Author SHA1 Message Date
bagas 62617002ed Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#10) from renovate/docker-build-push-action-7.x into main
Docker Build and Push / build-and-push (push) Successful in 6m28s
Reviewed-on: #10
2026-03-08 22:18:28 +07:00
Renovate-Clanker 3345763cb1 chore(deps): update docker/build-push-action action to v7 2026-03-08 15:02:03 +00:00
+2 -2
View File
@@ -25,7 +25,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
@@ -35,7 +35,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