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 e1c5e39 commit 2e0ff88Copy full SHA for 2e0ff88
.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@c8f78cbc830d1883e695d06e3028136656e70f5b # v3.5.17
+ uses: containerbase/internal-tools@4453842226e67bc5d507c41b21184cc9220f4974 # v3.5.19
53
with:
54
command: docker-builder
55
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments