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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 8d954ea commit a74f745
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@2d06057a50f2e095b73abaa9fe627f58488c625b # v1.21.24
uses: containerbase/internal-tools@f59a748ac4dc0d561d4e32b524c79faa76ae867d # v1.21.25
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@2d06057a50f2e095b73abaa9fe627f58488c625b # v1.21.24
uses: containerbase/internal-tools@f59a748ac4dc0d561d4e32b524c79faa76ae867d # v1.21.25
with:
command: docker-builder
image-prefixes: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit a74f745

Please sign in to comment.