dbg artifacts;
This commit is contained in:
parent
5e761f6559
commit
3bc93019d6
@ -152,6 +152,7 @@ docker-build-be:
|
||||
script:
|
||||
- docker-compose build waecm_g4_be
|
||||
- docker save -o img/waecm_g4_be ${DOCKER_USER}/${ASSIGNMENT}-be
|
||||
- ls -l ./img
|
||||
extends:
|
||||
- .docker-build
|
||||
- .docker-setup
|
||||
@ -169,6 +170,7 @@ docker-push-fe:
|
||||
script:
|
||||
- docker image load --input img/waecm_g4_fe
|
||||
- docker image push ${DOCKER_USER}/${ASSIGNMENT}-fe
|
||||
- ls -l ./img
|
||||
extends:
|
||||
- .docker-push
|
||||
- .docker-setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user