mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gitlab-ci: Fix docker tag when pushing image
Missed in https://gitlab.freedesktop.org/gstreamer/gst-ci/merge_requests/213
This commit is contained in:
parent
f46a0d33c0
commit
10326927d5
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ test manifest:
|
|||
docker image tag ${LATEST} ${_UID}-${CI_COMMIT_REF_NAME}
|
||||
# Push the tags
|
||||
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
docker push ${_UID}
|
||||
docker push ${_UID}-${CI_COMMIT_REF_NAME}
|
||||
docker push ${LATEST}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue