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:
|
||||
refs:
|
||||
- master
|
||||
changes:
|
||||
- pyproject.toml
|
||||
- Dockerfile
|
||||
except:
|
||||
- tags
|
||||
image: docker:latest
|
||||
@ -64,6 +67,9 @@ deploy_to_gitlab:
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
changes:
|
||||
- pyproject.toml
|
||||
- Dockerfile
|
||||
except:
|
||||
- tags
|
||||
image: docker:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user