mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +02:00
Update .gitlab-ci.yml
- only run the CI/CD pipeline on the main branch [skip ci]
This commit is contained in:
parent
dfda847b7e
commit
effaaf803e
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ variables:
|
|||
GITEA_IMAGE_NAME: ${GITEA_REGISTRY}/tex-projects/${IMAGE_NAME}
|
||||
DOCKER_HUB_IMAGE_NAME: ${DOCKER_HUB_USER}/${IMAGE_NAME}
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
build:
|
||||
stage: build
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue