From 985f5764eb7f8232039cae884728baa9e464d5e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:57:47 +0000 Subject: [PATCH] chore(deps): update containerbase/internal-tools action to v1.21.26 (main) (#1849) 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 b87feed47..9b1740682 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin - name: Build and Publish - uses: containerbase/internal-tools@f59a748ac4dc0d561d4e32b524c79faa76ae867d # v1.21.25 + uses: containerbase/internal-tools@68271ad7fc19248e8d7f26c9c82c57e984d886ea # v1.21.26 with: command: docker-builder platforms: ${{ github.ref_name == 'main' && 'linux/amd64,linux/arm64' || '' }} @@ -45,7 +45,7 @@ jobs: - name: Build and Publish slim if: github.ref_name == 'main' - uses: containerbase/internal-tools@f59a748ac4dc0d561d4e32b524c79faa76ae867d # v1.21.25 + uses: containerbase/internal-tools@68271ad7fc19248e8d7f26c9c82c57e984d886ea # v1.21.26 with: command: docker-builder image-prefixes: ghcr.io/${{ github.repository_owner }}