From 04dc86ceeb9bb542b00b3452113f978b31974052 Mon Sep 17 00:00:00 2001 From: Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:08:57 +0200 Subject: [PATCH] chore(ci): update OpenGL build step Push images tagged with git SHA - Added additional Docker image pushes for different tags derived from the Git SHA to sync with updated tagging conventions. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c39f8fe..550df6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,8 @@ build_opengl: - cd opengl - docker buildx build --pull -t $OPENGL_CONTAINER_CURRENT_IMAGE -t $OPENGL_CONTAINER_GITSHA_IMAGE -t $OPENGL_CONTAINER_GITSHA_SHORT_IMAGE . - docker push $OPENGL_CONTAINER_CURRENT_IMAGE + - docker push $OPENGL_CONTAINER_GITSHA_IMAGE + - docker push $OPENGL_CONTAINER_GITSHA_SHORT_IMAGE release-image_opengl: stage: release