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