File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
5151
5252 - name : Publish to docker.io
53- uses : containerbase/internal-tools@081e077becfd4a1a5f6c45271583b857e88bdbb4 # v3.5.14
53+ uses : containerbase/internal-tools@c440de95307545d23ff0e0b57018147e02ae217f # v3.5.15
5454 with :
5555 command : docker-builder
5656 image-prefix : ${{ env.OWNER }}
6060 dry-run : ${{ env.DRY_RUN }}
6161
6262 - name : Publish to ghcr.io
63- uses : containerbase/internal-tools@081e077becfd4a1a5f6c45271583b857e88bdbb4 # v3.5.14
63+ uses : containerbase/internal-tools@c440de95307545d23ff0e0b57018147e02ae217f # v3.5.15
6464 with :
6565 command : docker-builder
6666 image-prefix : ghcr.io/${{ env.OWNER }}
You can’t perform that action at this time.
0 commit comments