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