From 8a9da59affe394be3b5010e5d03c29616cd96541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:28:48 +0200 Subject: [PATCH] chore(deps): update containerbase/internal-tools action to v2 (main) (#1925) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cadfd207b..3d911138e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin - name: Build and Publish - uses: containerbase/internal-tools@fc302663c6b384ca68bd967ff94102a736f431cd # v1.21.32 + uses: containerbase/internal-tools@7fb857084d40e89ba7d1534da4944012628cecb9 # v2.0.0 with: command: docker-builder platforms: ${{ github.ref_name == 'main' && 'linux/amd64,linux/arm64' || '' }} @@ -46,7 +46,7 @@ jobs: - name: Build and Publish slim if: github.ref_name == 'main' - uses: containerbase/internal-tools@fc302663c6b384ca68bd967ff94102a736f431cd # v1.21.32 + uses: containerbase/internal-tools@7fb857084d40e89ba7d1534da4944012628cecb9 # v2.0.0 with: command: docker-builder image-prefixes: ghcr.io/${{ github.repository_owner }}