Merge pull request 'chore(deps): update docker/build-push-action action to v7.3.0' (#11) from renovate/docker-build-push-action-7.x into main
Docker Build and Push / build (push) Successful in 3m3s
Release / tag (push) Failing after 12m49s

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-07-01 16:21:03 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
type=sha
- name: Build and push
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: .
file: pkg/Dockerfile
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
- name: Build
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: .
file: pkg/Dockerfile