File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ COPY host-x86_64/dist-x86_64-linux/shared.sh /tmp/
29
29
# rustc-perf version from 2023-05-30
30
30
# Should also be changed in the opt-dist tool for other environments.
31
31
ENV PERF_COMMIT 8b2ac3042e1ff2c0074455a0a3618adef97156b1
32
- RUN curl -LS -o perf.zip https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip
33
-
34
- COPY scripts/sccache.sh /scripts/
35
32
36
33
ENV PGO_HOST=x86_64-unknown-linux-gnu
37
34
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
110
110
echo " ::endgroup::"
111
111
docker images
112
112
docker tag rust-ci ghcr.io/kobzol/rust-ci:${cksum}
113
+
114
+ docker login --username kobzol --password ${GITHUB_TOKEN}
113
115
docker push ghcr.io/kobzol/rust-ci:${cksum}
114
116
115
117
if [ " $CI " != " " ]; then
You can’t perform that action at this time.
0 commit comments