chore(deps): update docker/build-push-action action to v7.3.0 (#164)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-07-02 07:07:11 -04:00
committed by GitHub
parent ee219c705f
commit 0986e9b879
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
persist-credentials: false
- name: Test build of image
id: build
uses: docker/build-push-action@v7.2.0
uses: docker/build-push-action@v7.3.0
with:
push: false
load: true
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
with:
persist-credentials: false
- name: Build and push by digest
uses: docker/build-push-action@v7.2.0
uses: docker/build-push-action@v7.3.0
id: build
with:
outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true