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.
This commit is contained in:
parent
ce7b1f2126
commit
04dc86ceeb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user