Skip to content

viniciusglinden/ci-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab

pipeline

Gitlab badges

Github

pipeline

Workflow

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

Container image

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

GitLab variables

See all gitlab variables. See job to check exported variables.

Github actions

quick tutorial

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published