We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e670c9 commit e4e9eeaCopy full SHA for e4e9eea
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: ⚙️ Setup
27
- uses: containerbase/internal-tools/setup@ce826cf0b6e0c69210e023a60a0ea0dfb91792c4 # v3.10.86
+ uses: containerbase/internal-tools/setup@1512f33187f6f55360f519853e7b247084e2970f # v3.10.88
28
with:
29
save-cache: true
30
@@ -63,7 +63,7 @@ jobs:
63
show-progress: false
64
65
- name: binary-builder
66
- uses: containerbase/internal-tools@ce826cf0b6e0c69210e023a60a0ea0dfb91792c4 # v3.10.86
+ uses: containerbase/internal-tools@1512f33187f6f55360f519853e7b247084e2970f # v3.10.88
67
68
command: binary-builder
69
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments