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 022bdf5 commit 1d09b29Copy full SHA for 1d09b29
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
38
39
- name: Publish to ghcr.io
40
- uses: containerbase/internal-tools@5dd052d10c7f2cb0584d40d1f00be6e1328feff0 # v3.0.42
+ uses: containerbase/internal-tools@e9339b1d0afbd803ac151b2111e55c300d6863b7 # v3.0.44
41
with:
42
command: docker-builder
43
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments