Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Jonas Jasas
httprelay
Commits
62cd55b9
Commit
62cd55b9
authored
Jul 12, 2020
by
Jonas Jasas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version number
parent
8ea6025a
Pipeline
#165643136
passed with stages
in 5 minutes and 19 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
62cd55b9
...
...
@@ -77,7 +77,7 @@ download:release: # ------------------------------------------------------------
extends
:
.download
stage
:
release
only
:
-
/^
v
\d
*
/
-
/^
\d+.\d+.
\d
+
/
script
:
-
>
...
...
@@ -116,7 +116,7 @@ docker:release: # --------------------------------------------------------------
stage
:
release
extends
:
.docker
only
:
-
/^
v
\d
*
/
-
/^
\d+.\d+.
\d
+
/
services
:
-
docker:dind
...
...
@@ -130,5 +130,5 @@ docker:release: # --------------------------------------------------------------
-
docker push $GITLAB_REG_RELEASE_TAG
-
echo $DOCKERHUB_TOKEN | docker login -u $DOCKERHUB_USER --password-stdin
-
docker tag $GITLAB_REG_RELEASE_TAG $GITHUB_REG_IMG
-
docker tag $GITLAB_REG_RELEASE_TAG $GITHUB_REG_IMG:${CI_COMMIT_TAG
:1
}
-
docker tag $GITLAB_REG_RELEASE_TAG $GITHUB_REG_IMG:${CI_COMMIT_TAG}
-
docker push $GITHUB_REG_IMG
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment