Skip to content

Commit 772c126

Browse files
Fix
1 parent a23d2fb commit 772c126

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
**/.git
2+
bazel-*

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: ${{ matrix.binary_name }}
101101
path: /tmp/binary
102102

103-
- run: cp /tmp/binary/${{ matrix.binary_name }}/scip-clang ./scip-clang
103+
- run: cp /tmp/binary/scip-clang ./scip-clang
104104

105105
- name: Build and push by digest
106106
id: build

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM ubuntu:22.04 as indexer
22

3-
43
RUN apt-get update && apt-get install -y curl libc6-dev python3 build-essential ninja-build git cmake
54

65
COPY scip-clang /usr/bin/scip-clang

0 commit comments

Comments
 (0)