fix(ci): fix ci
This commit is contained in:
parent
8b690be676
commit
582d2a7adf
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ stages:
|
|||
build-and-push:
|
||||
stage: build-and-push
|
||||
script:
|
||||
- docker build -t "$IMAGE_NAME:$IMAGE_TAG" -e DATABASE_URL .
|
||||
- docker build -t "$IMAGE_NAME:$IMAGE_TAG" --build-arg DATABASE_URL="$DATABASE_URL" .
|
||||
- docker tag "$IMAGE_NAME:$IMAGE_TAG" "$IMAGE_NAME:latest"
|
||||
- docker push "$IMAGE_NAME:$IMAGE_TAG"
|
||||
- docker push "$IMAGE_NAME:latest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue