Skip to content
Snippets Groups Projects
Commit bfc4eddc authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Only deploy and test docker images on master

parent 1b77a019
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,9 @@ docker-bionic:
--dockerfile "${CI_PROJECT_DIR}/docker/bionic"
--destination "${CI_REGISTRY_IMAGE}:latest-bionic"
rules:
- if: $CI_COMMIT_BRANCH == "master"
docker-jammy:
stage: deploy
......@@ -119,6 +122,9 @@ docker-jammy:
--dockerfile "${CI_PROJECT_DIR}/docker/jammy"
--destination "${CI_REGISTRY_IMAGE}:latest-jammy"
rules:
- if: $CI_COMMIT_BRANCH == "master"
.test-docker-image-common:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment