Application -- CI
- CI jobs need to run somewhere
- usually done in a container that has all the dependencies to carry out the job
- for this repo
pages:
stage: deploy
image: registry.gitlab.com/transparencies/transparencies:latest
script:
- transparencies head.yaml
artifacts:
paths:
- public/
1Running with gitlab-runner 14.8.0~beta.44.g57df0d52 (57df0d52)2 on blue-4.shared.runners-manager.gitlab.com/default J2nyww-s 3Preparing the "docker+machine" executor 4Using Docker executor with image registry.gitlab.com/transparencies/transparencies:latest ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image registry.gitlab.com/transparencies/transparencies:latest ...7Using docker image sha256:690b1fcec27baf540bbc79b4b0b22f22a49bc280cb97c1c93a1f8633c71b543e for registry.gitlab.com/transparencies/transparencies:latest with digest registry.gitlab.com/transparencies/transparencies@sha256:41a6e534778f2bb24a746f5d5611a4fcc31356cda23f7906769adab934559f4b ...