Compare commits

...

2 Commits

Author SHA1 Message Date
Seth For Privacy
bfe73f3409 Merge pull request #108 from sethforprivacy/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6.16.0
2025-04-24 14:12:37 -04:00
renovate[bot]
9925a8d336 Update docker/build-push-action action to v6.16.0 2025-04-24 14:49:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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