We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7619c75 commit f93d9ceCopy full SHA for f93d9ce
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: ⚙️ Setup
27
- uses: containerbase/internal-tools/setup@29a8cfb9ef1404f159215a36951cee61a52bd937 # v3.10.30
+ uses: containerbase/internal-tools/setup@cd020e899735bd0a12785b8615d98d1d5036a6ff # v3.10.31
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@29a8cfb9ef1404f159215a36951cee61a52bd937 # v3.10.30
+ uses: containerbase/internal-tools@cd020e899735bd0a12785b8615d98d1d5036a6ff # v3.10.31
55
56
command: docker-builder
57
platforms: linux/amd64,linux/arm64
0 commit comments