We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ccff0 commit e69c8f5Copy full SHA for e69c8f5
.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@4ae995fe08b3d5361b7b0fd6ece9da4143129717 # v3.5.9
+ uses: containerbase/internal-tools@f022a1677af8af9a36c53589e1b07edb932a3c84 # v3.5.10
52
with:
53
command: docker-builder
54
platforms: linux/amd64,linux/arm64
0 commit comments