From fbfc7aea89f835da41448a20b1ea0186f0259499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:37:48 +0000 Subject: [PATCH] chore(deps): update containerbase/internal-tools action to v3.0.54 (main) (#2360) 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 4bc151369..d60fcd709 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@04bf0447248683c0dcffba5393594b939bfba0dc # v3.0.52 + uses: containerbase/internal-tools@a12a7d23492f0805ce2237f46c9b69d9c3ba5f01 # v3.0.54 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@04bf0447248683c0dcffba5393594b939bfba0dc # v3.0.52 + uses: containerbase/internal-tools@a12a7d23492f0805ce2237f46c9b69d9c3ba5f01 # v3.0.54 with: command: docker-builder image-prefixes: ghcr.io/${{ github.repository_owner }}