I hereby claim:
- I am tanmay-bhat on github.
- I am tanmay1337 (https://keybase.io/tanmay1337) on keybase.
- I have a public key ASDgjDTvLAgikgjfbQI-tDqFKUPgUbNnTmZ_9oLZWQ79WAo
To claim this, I am signing this object:
| image: "python:3.6" # base dockerimage on which the stages will run. Can be different for each stage. | |
| stages: # each stage runs on a new Docker image. data is not persisted between stages by default. | |
| - publish_image # build docker image and push to registry | |
| build and push docker image: | |
| stage: publish_image | |
| only: # only runs the step when git tag is done and it matches one of the mentioned regex patterns | |
| variables: | |
| - $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+-[0-9]+\.[0-9]+\.[0-9]+$/ |
I hereby claim:
To claim this, I am signing this object:
| sudo mkdir -p /usr/local/bin && sudo curl -\# https://raw.githubusercontent.com/MattiSG/adblock/master/adblock --output /usr/local/bin/adblock && sudo chmod u+x /usr/local/bin/adblock |