From 81d227e59a46abd1001a1255130d3381318809c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:05:50 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.3.0 to 6.4.1 (#53) --- .github/workflows/release.yml | 2 +- .github/workflows/scan-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e4147a..fa95b8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Build and Push id: build_and_push - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 with: push: true tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }} diff --git a/.github/workflows/scan-image.yml b/.github/workflows/scan-image.yml index ae695ce..f42c312 100644 --- a/.github/workflows/scan-image.yml +++ b/.github/workflows/scan-image.yml @@ -22,7 +22,7 @@ jobs: - name: Build Image id: build_image - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1 with: push: false load: true