We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a58d8 commit aaeb5afCopy full SHA for aaeb5af
1 file changed
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: ⚙️ Setup
27
- uses: containerbase/internal-tools/setup@af92df31999cbbff9ff63a7bed45536f6a40ca10 # v4.0.4
+ uses: containerbase/internal-tools/setup@29606e640b3a852c4f9ceed69a075deac4f449ad # v4.0.6
28
with:
29
save-cache: true
30
@@ -51,7 +51,7 @@ jobs:
51
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin
52
53
- name: Publish to ghcr.io
54
- uses: containerbase/internal-tools@af92df31999cbbff9ff63a7bed45536f6a40ca10 # v4.0.4
+ uses: containerbase/internal-tools@29606e640b3a852c4f9ceed69a075deac4f449ad # v4.0.6
55
56
command: docker-builder
57
platforms: linux/amd64,linux/arm64
0 commit comments