From 356374e9a39d23e2b15761cdb5808f50bd9f06c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 02:19:41 +0000 Subject: [PATCH] chore(deps): 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 bfe4db3e9..80c6bd928 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -144,7 +144,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 }} @@ -155,7 +155,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 @@ -192,7 +192,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 }} @@ -254,7 +254,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 }}