Skip to content

Commit 65c16d3

Browse files
checkout
1 parent 985f786 commit 65c16d3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release-docker.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
binary_name: scip-clang-arm64-linux
3434
runs-on: ${{ matrix.os }}
3535
steps:
36+
- uses: actions/checkout@v4
37+
3638
- uses: bazel-contrib/setup-bazel@0.14.0
3739
with:
3840
bazelisk-cache: true
@@ -63,6 +65,8 @@ jobs:
6365
binary_name: scip-clang-arm64-linux
6466
runs-on: ${{ matrix.os }}
6567
steps:
68+
- uses: actions/checkout@v4
69+
6670
- name: Prepare
6771
run: |
6872
platform=${{ matrix.platform }}
@@ -121,10 +125,9 @@ jobs:
121125
if-no-files-found: error
122126
retention-days: 1
123127

124-
merge:
128+
merge_docker:
125129
runs-on: ubuntu-latest
126-
needs:
127-
- build
130+
needs: [build_docker]
128131
steps:
129132
- name: Download digests
130133
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)