We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b84764 commit 0e21f59Copy full SHA for 0e21f59
.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@e386c8e7bd305d803e0874abccbe153ec1d33a6d # v3.5.2
+ uses: containerbase/internal-tools@fa96b70003f221771f8c015cd3f598818ebf4d78 # v3.5.4
52
with:
53
command: docker-builder
54
platforms: linux/amd64,linux/arm64
0 commit comments