We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c27ab commit 590a4e1Copy full SHA for 590a4e1
Jenkinsfile
@@ -557,7 +557,7 @@ pipeline {
557
echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin
558
for PUSHIMAGE in "${QUAYIMAGE}" "${GITHUBIMAGE}" "${GITLABIMAGE}" "${IMAGE}"; do
559
docker tag ${IMAGE}:${META_TAG} ${PUSHIMAGE}:${META_TAG}
560
- docker tag ${PUSHIMAGE}:${META_TAG} ${IMAGE}:latest
+ docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:latest
561
docker push ${PUSHIMAGE}:latest
562
docker push ${PUSHIMAGE}:${META_TAG}
563
done
0 commit comments