chore(deps): update docker/build-push-action action to v7 (#139)
SonarQube Scan / SonarQube Trigger (push) Successful in 3m35s

Reviewed-on: #139
Co-authored-by: Renovate-Clanker <renovate-bot@fossy.my.id>
Co-committed-by: Renovate-Clanker <renovate-bot@fossy.my.id>
This commit was merged in pull request #139.
This commit is contained in:
2026-04-01 22:19:14 +07:00
committed by bagas
parent a3d9d6f954
commit aa069f333d
+2 -2
View File
@@ -79,7 +79,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
@@ -97,7 +97,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