fix docker push
This commit is contained in:
parent
2ac9e387fb
commit
fcccc82a41
@ -77,6 +77,7 @@ test_fe:
|
|||||||
script:
|
script:
|
||||||
- cd ./frontend
|
- cd ./frontend
|
||||||
- npm update
|
- npm update
|
||||||
|
- npm install puppeteer --only=dev # for chrome headless
|
||||||
- ng test
|
- ng test
|
||||||
extends:
|
extends:
|
||||||
- .test
|
- .test
|
||||||
@ -140,7 +141,7 @@ docker-build-be:
|
|||||||
docker-push-fe:
|
docker-push-fe:
|
||||||
script:
|
script:
|
||||||
- docker image load --input waecm_g4_fe
|
- docker image load --input waecm_g4_fe
|
||||||
- docker-compose push waecm_g4_fe
|
- docker image push ${DOCKER_USER}/${ASSIGNMENT}-fe
|
||||||
extends:
|
extends:
|
||||||
- .docker-push
|
- .docker-push
|
||||||
- .docker-setup
|
- .docker-setup
|
||||||
@ -150,7 +151,7 @@ docker-push-fe:
|
|||||||
docker-push-be:
|
docker-push-be:
|
||||||
script:
|
script:
|
||||||
- docker image load --input waecm_g4_be
|
- docker image load --input waecm_g4_be
|
||||||
- docker-compose push waecm_g4_be
|
- docker image push ${DOCKER_USER}/${ASSIGNMENT}-be
|
||||||
extends:
|
extends:
|
||||||
- .docker-push
|
- .docker-push
|
||||||
- .docker-setup
|
- .docker-setup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user