Commit 593331be authored by nanahira's avatar nanahira

ci

parent a8eedae8
Pipeline #3594 failed with stage
in 8 seconds
stages:
- build
variables:
GIT_DEPTH: "1"
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build:
stage: build
tags:
- vs
script:
- cd 1-chocolatey
- docker build --pull -t $CI_REGISTRY_IMAGE:choco .
- docker tag $CI_REGISTRY_IMAGE:choco $CI_REGISTRY_IMAGE:latest
- cd ../2-node
- docker build -t $CI_REGISTRY_IMAGE:node .
- docker push --all-tags $CI_REGISTRY_IMAGE
only:
- main
FROM chocolateyfest/chocolatey FROM git-registry.mycard.moe/mycard/docker-choco:choco
RUN choco install -y nodejs RUN choco install -y nodejs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment