Skip to content
Snippets Groups Projects
Commit efdf97d5 authored by ludo8147's avatar ludo8147
Browse files

with another runner

parent 7e3e336a
No related branches found
No related tags found
No related merge requests found
Pipeline #69239 passed
#Code: https://github.com/lucendio/lecture-devops-code/blob/master/tutorials/define-and-run-pipeline/.gitlab-ci.yml
# und Vorlesung
#https://docs.gitlab.com/ee/user/packages/container_registry/build_and_push_images.html
#https://docs.gitlab.com/ee/ci/yaml/workflow.html
# https://docs.gitlab.com/ee/ci/yaml/
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"
......@@ -39,7 +45,7 @@ job_publish:
stage: 'publish'
image: 'public.ecr.aws/lts/ubuntu:22.04'
tags:
- docker-privileged
- gitlab-runner03
dependencies:
- job_build
before_script:
......
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