Commit 65dc52cb authored by nanahira's avatar nanahira

fix

parent 593331be
Pipeline #3595 failed with stage
in 4 seconds
...@@ -13,10 +13,10 @@ build: ...@@ -13,10 +13,10 @@ build:
- vs - vs
script: script:
- cd 1-chocolatey - cd 1-chocolatey
- docker build --pull -t $CI_REGISTRY_IMAGE:choco . - docker build --pull -t $env:CI_REGISTRY_IMAGE:choco .
- docker tag $CI_REGISTRY_IMAGE:choco $CI_REGISTRY_IMAGE:latest - docker tag $env:CI_REGISTRY_IMAGE:choco $env:CI_REGISTRY_IMAGE:latest
- cd ../2-node - cd ../2-node
- docker build -t $CI_REGISTRY_IMAGE:node . - docker build -t $env:CI_REGISTRY_IMAGE:node .
- docker push --all-tags $CI_REGISTRY_IMAGE - docker push --all-tags $env:CI_REGISTRY_IMAGE
only: only:
- main - main
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