Once the project is builable and ready:
- Choose or create container image
- When doing a docker image, the working directory will be taken care by gitlab
- Create a
.gitlab-ci.yml
file, describing the steps - Commit and push
podman login registry.gitlab.com
podman build -t registry.gitlab.com/viniciusglinden/ci-test .
# or
podman tag <image id> registry.gitlab.com/viniciusglinden/ci-test
podman push registry.gitlab.com/viniciusglinden/ci-test
See all gitlab variables. See job to check exported variables.