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

chore(deps): update containerbase/internal-tools action to v1.21.28 (main) #1870

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@9527ed02eaf82a9f963369ded64f81328124683c # v1.21.27
uses: containerbase/internal-tools@7588da10edd30f123b9462ec253f60d497e6951a # v1.21.28
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@9527ed02eaf82a9f963369ded64f81328124683c # v1.21.27
uses: containerbase/internal-tools@7588da10edd30f123b9462ec253f60d497e6951a # v1.21.28
with:
command: docker-builder
image-prefixes: ghcr.io/${{ github.repository_owner }}
Expand Down
Loading