We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80ae0e commit cbce850Copy full SHA for cbce850
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
50
51
- name: Publish to ghcr.io
52
- uses: containerbase/internal-tools@4453842226e67bc5d507c41b21184cc9220f4974 # v3.5.19
+ uses: containerbase/internal-tools@1d0c5b3aabe4a10a264d309f65ecbbd83d0e672e # v3.5.21
53
with:
54
command: docker-builder
55
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments