Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
INGInious
web
Commits
d91fb043
Commit
d91fb043
authored
2 years ago
by
Felix Haase
Browse files
Options
Download
Patches
Plain Diff
Add correct image version
parent
a69b74f0
master
0.8.8
0.8.7
No related merge requests found
Pipeline
#1495
passed with stage
in 16 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
.gitlab-ci.yml
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
+
3
−
2
View file @
d91fb043
...
...
@@ -9,6 +9,7 @@ variables:
DOCKER_HOST
:
tcp://docker:2375
DOCKER_DRIVER
:
overlay
# DOCKER_TLS_CERTDIR: "/certs"
INGINIOUS_VERSION
:
v0.8sme
.docker-build
:
tags
:
...
...
@@ -38,7 +39,7 @@ docker-build-master:
extends
:
.docker-build
variables
:
VER
I
SON
:
latest
IMAGE_
VERS
I
ON
:
latest
only
:
-
master
...
...
@@ -48,6 +49,6 @@ docker-build:
extends
:
.docker-build
variables
:
VERSION
:
$CI_COMMIT_REF_NAME
IMAGE_
VERSION
:
$CI_COMMIT_REF_NAME
except
:
-
master
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets