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