Update .gitlab-ci.yml

This commit is contained in:
Christoffer Martinsson 2024-04-13 14:15:32 +02:00
parent c74abbb6a0
commit 90f520e813

View File

@ -18,7 +18,10 @@ build:
- docker build -t $CONTAINER_RELEASE_IMAGE --build-arg CODE_PASSWORD=$CODE_PASSWORD .
- docker push $CONTAINER_RELEASE_IMAGE
only:
- main
only:
- tags
refs:
- main
changes:
- Dockerfile
- .giltab-ci.yml
- dockerrun.sh