Skip to content
Snippets Groups Projects
Commit 9e98e98d authored by ludo8147's avatar ludo8147
Browse files

without alias

parent d13cef30
No related branches found
No related tags found
No related merge requests found
Pipeline #69209 passed
# Code aus Vorlesung
# https://docs.gitlab.com/ee/user/packages/container_registry/build_and_push_images.html
# https://docs.gitlab.com/ee/ci/docker/using_docker_build.html
# https://docs.gitlab.com/ee/ci/services/
workflow:
rules:
......@@ -35,6 +37,7 @@ job_build:
paths:
- ./artifact.bin
expire_in: 10 sec
job_upload:
stage: publish
......@@ -53,4 +56,4 @@ job_upload:
./
- docker push $CONTAINER_RELEASE_IMAGE
after_script:
- docker image rm --force "${CONTAINER_RELEASE_IMAGE}"
- docker image rm --force "${CONTAINER_RELEASE_IMAGE}"
\ No newline at end of file
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