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 985f786 commit 65c16d3Copy full SHA for 65c16d3
.github/workflows/release-docker.yml
@@ -33,6 +33,8 @@ jobs:
33
binary_name: scip-clang-arm64-linux
34
runs-on: ${{ matrix.os }}
35
steps:
36
+ - uses: actions/checkout@v4
37
+
38
- uses: bazel-contrib/setup-bazel@0.14.0
39
with:
40
bazelisk-cache: true
@@ -63,6 +65,8 @@ jobs:
63
65
64
66
67
68
69
70
- name: Prepare
71
run: |
72
platform=${{ matrix.platform }}
@@ -121,10 +125,9 @@ jobs:
121
125
if-no-files-found: error
122
126
retention-days: 1
123
127
124
- merge:
128
+ merge_docker:
129
runs-on: ubuntu-latest
- needs:
- - build
130
+ needs: [build_docker]
131
132
- name: Download digests
133
uses: actions/download-artifact@v4
0 commit comments