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 3a9c4ee commit 5f1bea5Copy full SHA for 5f1bea5
.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@081e077becfd4a1a5f6c45271583b857e88bdbb4 # v3.5.14
+ uses: containerbase/internal-tools@c440de95307545d23ff0e0b57018147e02ae217f # v3.5.15
53
with:
54
command: docker-builder
55
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments