Merge pull request 'chore(deps): update docker/build-push-action action to v6' (#11) from renovate/docker-build-push-action-6.x into main
Build And Test / build (push) Successful in 16s
Build And Test / publish (push) Failing after 2m31s

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2025-11-21 22:04:17 +00:00
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
username = "${{ secrets.DOCKER_USERNAME }}"
password = "${{ secrets.DOCKER_PASSWORD }}"
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true