I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 17712bf3 authored by LoveIsGrief's avatar LoveIsGrief
Browse files

Try to fix the docker load command

Input needs to come from STDIN
parent 7a438a29
No related branches found
No related tags found
1 merge request!1CI build images
......@@ -54,14 +54,14 @@ test_pull_local_docker:
- .docker_cache
stage: docker_push
script:
- docker load exports/$CI_COMMIT_REF_SLUG.tar
- cat exports/$CI_COMMIT_REF_SLUG.tar | docker load
push_docker:
stage: docker_push
extends:
- .docker_cache
script:
- docker load exports/$CI_COMMIT_REF_SLUG.tar
- cat exports/$CI_COMMIT_REF_SLUG.tar | docker load
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
- docker push $CI_REGISTRY_IMAGE:latest
......
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