We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca25e0 commit 782c6b5Copy full SHA for 782c6b5
.github/workflows/build.yaml
@@ -48,7 +48,7 @@ jobs:
48
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
49
50
- name: Publish to ghcr.io
51
- uses: containerbase/internal-tools@3ab5cbf07948e2e4320f6f53929f948fa0b8cf97 # v3.5.13
+ uses: containerbase/internal-tools@081e077becfd4a1a5f6c45271583b857e88bdbb4 # v3.5.14
52
with:
53
command: docker-builder
54
platforms: linux/amd64,linux/arm64
0 commit comments