Update .gitlab-ci.yml to deploy changes in pyproject.toml and Dockerfile

This commit is contained in:
Roger Gonzalez 2024-12-06 15:06:57 -03:00
parent d77b8a580d
commit 48b2493797
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -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