We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e4cbb commit 6202afeCopy full SHA for 6202afe
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
timeout-minutes: 10
26
steps:
27
- name: ⚙️ Setup
28
- uses: containerbase/internal-tools/setup@2aaca85525a2a8850a9314071c81e9e5bdeadf6f # v4.0.7
+ uses: containerbase/internal-tools/setup@6bf3f1c9139edf40594b0aa52b9fa15a88e5fd21 # v4.0.8
29
with:
30
save-cache: true
31
- run: pnpm prettier
@@ -52,7 +52,7 @@ jobs:
52
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
53
54
- name: Publish to ghcr.io and docker.io
55
- uses: containerbase/internal-tools@2aaca85525a2a8850a9314071c81e9e5bdeadf6f # v4.0.7
+ uses: containerbase/internal-tools@6bf3f1c9139edf40594b0aa52b9fa15a88e5fd21 # v4.0.8
56
57
command: docker-builder
58
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments