Skip to content
Snippets Groups Projects
Commit 0ecd73fe authored by Prasanth Kothuri's avatar Prasanth Kothuri
Browse files

Update .gitlab-ci.yml

parent a3a0735c
Branches
Tags v0.1.2
1 merge request!11use swan-runner
Pipeline #1579023 passed
......@@ -15,6 +15,9 @@ build_image:
except:
- web
- master
tags:
- swan-runner
publish_image:
......@@ -26,6 +29,8 @@ publish_image:
- docker logout
only:
- /^v.*$/
tags:
- swan-runner
except:
- web
when: on_success
......@@ -35,6 +40,8 @@ clean_images:
stage: clean
script:
- docker rmi $CI_COMMIT_SHA
tags:
- swan-runner
except:
- master
- web
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment