Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): update containerbase/internal-tools action to v1.21.31 (…
Browse files Browse the repository at this point in the history
…main) (#1911)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 2e61737 commit 9ed6994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@3eeb1e17b27610f63af7dca29fc0ec7775e92c4f # v1.21.30
uses: containerbase/internal-tools@0473479405307b8c75949e5bd9a298e960298215 # v1.21.31
with:
command: docker-builder
platforms: ${{ github.ref_name == 'main' && 'linux/amd64,linux/arm64' || '' }}
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Build and Publish slim
if: github.ref_name == 'main'
uses: containerbase/internal-tools@3eeb1e17b27610f63af7dca29fc0ec7775e92c4f # v1.21.30
uses: containerbase/internal-tools@0473479405307b8c75949e5bd9a298e960298215 # v1.21.31
with:
command: docker-builder
image-prefixes: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 9ed6994

Please sign in to comment.