Update .gitlab-ci.yml
This commit is contained in:
parent
ed78924d00
commit
56a80f8d96
@ -15,7 +15,7 @@ before_script:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- docker build -t $CONTAINER_RELEASE_IMAGE .
|
- docker build -t $CONTAINER_RELEASE_IMAGE --build-arg CODE_PASSWORD=$CODE_PASSWORD .
|
||||||
- docker push $CONTAINER_RELEASE_IMAGE
|
- docker push $CONTAINER_RELEASE_IMAGE
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user