We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd04774 commit b505ff3Copy full SHA for b505ff3
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
timeout-minutes: 10
26
steps:
27
- name: ⚙️ Setup
28
- uses: containerbase/internal-tools/setup@180b270f81f832885565cd2d2615b85ed1078f3c # v4.0.9
+ uses: containerbase/internal-tools/setup@a45b3175579497dfd14536b69ecfc81bb2b3ad38 # v4.0.11
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@180b270f81f832885565cd2d2615b85ed1078f3c # v4.0.9
+ uses: containerbase/internal-tools@a45b3175579497dfd14536b69ecfc81bb2b3ad38 # v4.0.11
56
57
command: docker-builder
58
image-prefix: ghcr.io/${{ env.OWNER }}
0 commit comments