Merge pull request #147 from sethforprivacy/dependabot/github_actions/dependency-updates-d9df5d0194

Bump the dependency-updates group across 1 directory with 2 updates
This commit is contained in:
Seth For Privacy
2026-03-07 06:33:39 -05:00
committed by GitHub
2 changed files with 4 additions and 4 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@v6.19.2 uses: docker/build-push-action@v7.0.0
with: with:
push: false push: false
load: true load: true

View File

@@ -34,7 +34,7 @@ jobs:
echo "DIGEST_NAME=amd64" >> $GITHUB_ENV echo "DIGEST_NAME=amd64" >> $GITHUB_ENV
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: | images: |
${{ env.GHCR_REPO }} ${{ env.GHCR_REPO }}
@@ -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@v6.19.2 uses: docker/build-push-action@v7.0.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
@@ -105,7 +105,7 @@ jobs:
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: | images: |
${{ env.GHCR_REPO }} ${{ env.GHCR_REPO }}