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.26 (…
Browse files Browse the repository at this point in the history
…main) (#1849)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 6230987 commit 985f576
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@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' || '' }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 985f576

Please sign in to comment.