[Git][reproducible-builds/diffoscope][master] .gitlab-ci.yml: push versioned tags to the container registry. (Closes:...

Chris Lamb (@lamby) gitlab at salsa.debian.org
Tue Feb 7 20:01:42 UTC 2023



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
637c2985 by Akihiro Suda at 2023-02-07T12:01:14-08:00
.gitlab-ci.yml: push versioned tags to the container registry. (Closes: reproducible-builds/diffoscope!119)

Old container images except 161 and 162 were not preserved on
`registry.salsa.debian.org/reproducible-builds/diffoscope`:
https://salsa.debian.org/reproducible-builds/diffoscope/container_registry/218

Fix 328

Signed-off-by: Chris Lamb <lamby at debian.org>

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -74,5 +74,6 @@ deploy-tag:
 
   script:
     - docker build -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG" .
+    - docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
     - docker tag "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG" "$CI_REGISTRY_IMAGE:latest"
     - docker push "$CI_REGISTRY_IMAGE"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/637c2985e9db0513aed60e20f7e3ff54e995cd59

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/637c2985e9db0513aed60e20f7e3ff54e995cd59
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230207/52a95cfa/attachment.htm>


More information about the rb-commits mailing list