Skip to content

Commit a482c3f

Browse files
ci(deps): update containerbase/internal-tools action to v3.0.52
1 parent 14cffa6 commit a482c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
5050
5151
- name: Publish to docker.io
52-
uses: containerbase/internal-tools@6bbc5c952921fd03b8bb242934e57dc8d3d2be1b # v3.0.51
52+
uses: containerbase/internal-tools@04bf0447248683c0dcffba5393594b939bfba0dc # v3.0.52
5353
with:
5454
command: docker-builder
5555
platforms: linux/amd64,linux/arm64
5656
image-prefix: ${{ env.OWNER }}
5757
dry-run: ${{ env.DRY_RUN }}
5858

5959
- name: Publish to ghcr.io
60-
uses: containerbase/internal-tools@6bbc5c952921fd03b8bb242934e57dc8d3d2be1b # v3.0.51
60+
uses: containerbase/internal-tools@04bf0447248683c0dcffba5393594b939bfba0dc # v3.0.52
6161
with:
6262
command: docker-builder
6363
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)