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 d942d05 commit 9d6b8eaCopy full SHA for 9d6b8ea
.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@7e733224b21d19b78c6934274ec3a93fd82de3f5 # v3.4.37
+ uses: containerbase/internal-tools@bac5ab2e4e69658019ef136450b1941ace77a26a # v3.4.39
53
with:
54
command: docker-builder
55
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments