File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ Build_3.8:
12
12
- docker pull nest/nest-simulator:3.8 || true
13
13
- docker build
14
14
--cache-from nest/nest-simulator:3.8
15
- --tag nest/nest-simulator:3.8_rc2
15
+ --tag nest/nest-simulator:3.8
16
16
./src/3.8
17
17
# Test
18
18
# - docker run -i --rm nest/nest-simulator:3.8bash /opt/test-nest.sh
19
19
# Deploy
20
20
- echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin
21
- - docker push nest/nest-simulator:3.8_rc2
21
+ - docker push nest/nest-simulator:3.8
22
22
- docker logout $DOCKERHUB_REGISTRY
23
23
tags :
24
24
- shell-runner
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04
2
2
LABEL maintainer=
"[email protected] "
3
3
4
- ARG NEST_VERSION=3.8_rc2
4
+ ARG NEST_VERSION=3.8
5
5
ARG SRC_PATH=/tmp
6
6
ARG CMAKE_C_COMPILER_LAUNCHER=ccache
7
7
ARG CMAKE_CXX_COMPILER_LAUNCHER=ccache
You can’t perform that action at this time.
0 commit comments