From 6945b17b5df5d238d5d2de70c581213dc199321a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 20:53:03 +0000 Subject: [PATCH] Bump docker/build-push-action in the dependency-updates group Bumps the dependency-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.17.0 to 6.18.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/build-image-on-push.yml | 2 +- .github/workflows/update-image-on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image-on-push.yml b/.github/workflows/build-image-on-push.yml index b08e76f..5050793 100644 --- a/.github/workflows/build-image-on-push.yml +++ b/.github/workflows/build-image-on-push.yml @@ -44,7 +44,7 @@ jobs: - name: Test build of image id: build - uses: docker/build-push-action@v6.17.0 + uses: docker/build-push-action@v6.18.0 with: push: false load: true diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index 0ccaa88..3ec84d7 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v4 - name: Build and and push by digest - uses: docker/build-push-action@v6.17.0 + uses: docker/build-push-action@v6.18.0 id: build with: outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true