Skip to content

Commit 9f9e145

Browse files
committed
NEW Version 3.8
1 parent fe8fe76 commit 9f9e145

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci-templates/000_3.8.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Build_3.8:
1212
- docker pull nest/nest-simulator:3.8 || true
1313
- docker build
1414
--cache-from nest/nest-simulator:3.8
15-
--tag nest/nest-simulator:3.8_rc2
15+
--tag nest/nest-simulator:3.8
1616
./src/3.8
1717
# Test
1818
#- docker run -i --rm nest/nest-simulator:3.8bash /opt/test-nest.sh
1919
# Deploy
2020
- 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
2222
- docker logout $DOCKERHUB_REGISTRY
2323
tags:
2424
- shell-runner

src/3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:22.04
22
LABEL maintainer="[email protected]"
33

4-
ARG NEST_VERSION=3.8_rc2
4+
ARG NEST_VERSION=3.8
55
ARG SRC_PATH=/tmp
66
ARG CMAKE_C_COMPILER_LAUNCHER=ccache
77
ARG CMAKE_CXX_COMPILER_LAUNCHER=ccache

0 commit comments

Comments
 (0)