Commit a482c3f 1 parent 14cffa6 commit a482c3f Copy full SHA for a482c3f
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
49
49
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
50
50
51
51
- name : Publish to docker.io
52
- uses : containerbase/internal-tools@6bbc5c952921fd03b8bb242934e57dc8d3d2be1b # v3.0.51
52
+ uses : containerbase/internal-tools@04bf0447248683c0dcffba5393594b939bfba0dc # v3.0.52
53
53
with :
54
54
command : docker-builder
55
55
platforms : linux/amd64,linux/arm64
56
56
image-prefix : ${{ env.OWNER }}
57
57
dry-run : ${{ env.DRY_RUN }}
58
58
59
59
- name : Publish to ghcr.io
60
- uses : containerbase/internal-tools@6bbc5c952921fd03b8bb242934e57dc8d3d2be1b # v3.0.51
60
+ uses : containerbase/internal-tools@04bf0447248683c0dcffba5393594b939bfba0dc # v3.0.52
61
61
with :
62
62
command : docker-builder
63
63
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments