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

CI报错修改

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