From 10aed014a896669ac56822c4358bcb78aff4e4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:38:25 +0000 Subject: [PATCH] Bump useblacksmith/build-push-action from 1 to 2 Bumps [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action) from 1 to 2. - [Release notes](https://github.com/useblacksmith/build-push-action/releases) - [Commits](https://github.com/useblacksmith/build-push-action/compare/v1...v2) --- updated-dependencies: - dependency-name: useblacksmith/build-push-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ghcr-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 61671b7fb..db5cbe9d6 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -166,7 +166,7 @@ jobs: echo "DOCKER_BUILD_ARGS=$(echo "$DOCKER_BUILD_JSON" | jq -r '.build_args | join(",")')" >> $GITHUB_ENV - name: Build and push runtime image ${{ matrix.base_image.image }} if: github.event.pull_request.head.repo.fork != true - uses: useblacksmith/build-push-action@v1 + uses: useblacksmith/build-push-action@v2 with: push: true tags: ${{ env.DOCKER_TAGS }} @@ -177,7 +177,7 @@ jobs: # Forked repos can't push to GHCR, so we just build in order to populate the cache for rebuilding - name: Build runtime image ${{ matrix.base_image.image }} for fork if: github.event.pull_request.head.repo.fork - uses: useblacksmith/build-push-action@v1 + uses: useblacksmith/build-push-action@v2 with: tags: ghcr.io/${{ env.REPO_OWNER }}/runtime:${{ env.RELEVANT_SHA }}-${{ matrix.base_image.tag }} context: containers/runtime @@ -269,7 +269,7 @@ jobs: # Forked repos can't push to GHCR, so we need to rebuild using cache - name: Build runtime image ${{ matrix.base_image.image }} for fork if: github.event.pull_request.head.repo.fork - uses: useblacksmith/build-push-action@v1 + uses: useblacksmith/build-push-action@v2 with: load: true tags: ghcr.io/${{ env.REPO_OWNER }}/runtime:${{ env.RELEVANT_SHA }}-${{ matrix.base_image.tag }} @@ -341,7 +341,7 @@ jobs: # Forked repos can't push to GHCR, so we need to rebuild using cache - name: Build runtime image ${{ matrix.base_image.image }} for fork if: github.event.pull_request.head.repo.fork - uses: useblacksmith/build-push-action@v1 + uses: useblacksmith/build-push-action@v2 with: load: true tags: ghcr.io/${{ env.REPO_OWNER }}/runtime:${{ env.RELEVANT_SHA }}-${{ matrix.base_image.tag }}