Merge pull request #104 from sethforprivacy/dependabot/github_actions/dependency-updates-f02b80db45

Bump docker/build-push-action from 6.13.0 to 6.14.0 in the dependency-updates group
This commit is contained in:
Seth For Privacy
2025-02-19 15:27:58 -05:00
committed by GitHub
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.13.0
uses: docker/build-push-action@v6.14.0
with:
push: false
load: true

View File

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