Skip to content
Snippets Groups Projects
Commit c8296fd5 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

ci: fix container naming typo

parent 04930eae
Branches v0.1.x
Tags v0.1.0
No related merge requests found
Pipeline #38786 passed
......@@ -125,7 +125,7 @@ release:
- nix build .#BlackPharao-oci -o result-BlackPharao-oci
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
- docker image load --input result-Nyarlathotep-oci && docker image tag git.uni-jena.de:5050/mi24ris/nyarlathotep/nyarlathotep:latest git.uni-jena.de:5050/mi24ris/nyarlathotep/nyarlathotep:$CI_COMMIT_TAG && docker push git.uni-jena.de:5050/mi24ris/nyarlathotep/nyarlathotep:$CI_COMMIT_TAG
- docker image load --input result-BlackPharao-oci && docker image tag git.uni-jena.de:5050/mi24ris/nyarlathotep/nyarlathotep:latest git.uni-jena.de:5050/mi24ris/nyarlathotep/blackpharao:$CI_COMMIT_TAG && docker push git.uni-jena.de:5050/mi24ris/nyarlathotep/blackpharao:$CI_COMMIT_TAG
- docker image load --input result-BlackPharao-oci && docker image tag git.uni-jena.de:5050/mi24ris/nyarlathotep/blackpharao:latest git.uni-jena.de:5050/mi24ris/nyarlathotep/blackpharao:$CI_COMMIT_TAG && docker push git.uni-jena.de:5050/mi24ris/nyarlathotep/blackpharao:$CI_COMMIT_TAG
- |
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file result-Nyarlathotep-static/bin/Nyarlathotep \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment