Commit eb0ecd7d authored by 金凯强's avatar 金凯强 🎨

CI报错修改

parent f2c0f6a4
Pipeline #22681 passed with stages
in 58 seconds
......@@ -20,7 +20,7 @@ build:
script:
- docker build -t ${APP_IMAGE}:${CI_COMMIT_REF_NAME} .
only:
- 1.0
- '1.0'
push:
stage: push
......@@ -31,4 +31,4 @@ push:
- docker push ${APP_IMAGE}:${CI_COMMIT_REF_NAME}
- echo "success"
only:
- 1.0
\ No newline at end of file
- '1.0'
\ No newline at end of file
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