
Heric Camargo pushed to branch main at Root / CLI / Mirror Monitor Commits: 271daba6 by Heric Camargo at 2025-08-12T10:30:05-03:00 Update .gitlab-ci.yml file - - - - - 1 changed file: - + .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -0,0 +1,8 @@ +build: + stage: build + image: + name: quay.io/buildah/stable + script: + - buildah login -u "${REGISTRY_USERNAME}" -p "${REGISTRY_PASSWORD}" "harbor.c3sl.ufpr.br" + - buildah build --tag ${CI_PROJECT_NAME} . + - buildah push ${CI_PROJECT_NAME} docker://harbor.c3sl.ufpr.br/root/${CI_PROJECT_NAME}:latest View it on GitLab: https://gitlab.c3sl.ufpr.br/root/cli/mirror-monitor/-/commit/271daba614a3b5e... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/cli/mirror-monitor/-/commit/271daba614a3b5e... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Heric Camargo (@hc20)