Updted docker files

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-11-30 19:10:53 +01:00
parent 14b9079025
commit dde000ba53

View File

@@ -8,6 +8,7 @@ docker-build:
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script:
- docker build . -f Dockerfile.cache -t node-cache
- docker build --pull -t "$DOCKER_IMAGE_NAME" . - docker build --pull -t "$DOCKER_IMAGE_NAME" .
- docker push "$DOCKER_IMAGE_NAME" - docker push "$DOCKER_IMAGE_NAME"
- | - |