Skip to content

Commit

Permalink
Update 003_2.20.2.gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Mar 6, 2024
1 parent 2ca6308 commit 77c996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-templates/003_2.20.2.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Build_2202:
- docker build
--cache-from nest/nest-simulator:2.20.2
--tag nest/nest-simulator:2.20.2
./src/
./src/2.20.2
# Deploy
- echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin
- docker push nest/nest-simulator:2.20.2
Expand Down

0 comments on commit 77c996f

Please sign in to comment.