We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5443951 commit 15f8638Copy full SHA for 15f8638
.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@b045538239fb42044408e9a3e0551a4b2755edf0 # v3.5.12
+ uses: containerbase/internal-tools@3ab5cbf07948e2e4320f6f53929f948fa0b8cf97 # v3.5.13
52
with:
53
command: docker-builder
54
platforms: linux/amd64,linux/arm64
0 commit comments