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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent 4e2112e commit 8a9da59
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 @@ -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@fc302663c6b384ca68bd967ff94102a736f431cd # v1.21.32
uses: containerbase/internal-tools@7fb857084d40e89ba7d1534da4944012628cecb9 # v2.0.0
with:
command: docker-builder
platforms: ${{ github.ref_name == 'main' && 'linux/amd64,linux/arm64' || '' }}
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Build and Publish slim
if: github.ref_name == 'main'
uses: containerbase/internal-tools@fc302663c6b384ca68bd967ff94102a736f431cd # v1.21.32
uses: containerbase/internal-tools@7fb857084d40e89ba7d1534da4944012628cecb9 # v2.0.0
with:
command: docker-builder
image-prefixes: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 8a9da59

Please sign in to comment.