Update .gitlab-ci.yml

This commit is contained in:
Christoffer Martinsson 2024-04-13 14:06:12 +02:00
parent ed78924d00
commit 56a80f8d96

View File

@ -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