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 504f82c commit cb22630Copy full SHA for cb22630
.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@81f4a6aefea3fb22d7ed60b5be72a4cb2d922ed0 # v3.0.46
+ uses: containerbase/internal-tools@9260121e8a5b13c1dc200f952833a3973723ca80 # v3.0.48
41
with:
42
command: docker-builder
43
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments