Update .gitlab-ci.yml to deploy changes in pyproject.toml and Dockerfile
This commit is contained in:
parent
d77b8a580d
commit
48b2493797
@ -46,6 +46,9 @@ deploy_to_dockerhub:
|
|||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
|
changes:
|
||||||
|
- pyproject.toml
|
||||||
|
- Dockerfile
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
@ -64,6 +67,9 @@ deploy_to_gitlab:
|
|||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
|
changes:
|
||||||
|
- pyproject.toml
|
||||||
|
- Dockerfile
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user