Compare commits

...

2 Commits

Author SHA1 Message Date
Seth For Privacy
ea2462edf8 Merge pull request #150 from sethforprivacy/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7.1.0
2026-04-10 12:22:11 -04:00
renovate[bot]
d30e72c868 Update docker/build-push-action action to v7.1.0 2026-04-10 14:04:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
- -
name: Test build of image name: Test build of image
id: build id: build
uses: docker/build-push-action@v7.0.0 uses: docker/build-push-action@v7.1.0
with: with:
push: false push: false
load: true load: true

View File

@@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- -
name: Build and and push by digest name: Build and and push by digest
uses: docker/build-push-action@v7.0.0 uses: docker/build-push-action@v7.1.0
id: build id: build
with: with:
outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true