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 0f903b6 commit c6c7a90Copy full SHA for c6c7a90
.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@5620ad788494392517aa10a9a59d8aebab72b3ad # v3.1.2
+ uses: containerbase/internal-tools@7fe80f481a19717f3f5d6c6b9b15cc0dcba3fb73 # v3.1.3
53
with:
54
command: docker-builder
55
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments