Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
discourse
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
libre.sh
docker
discourse
Commits
c8bc80d1
Commit
c8bc80d1
authored
1 year ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Only push beta image.
parent
f6d7bfdb
No related branches found
No related tags found
No related merge requests found
Pipeline
#1489
passed with stage
in 8 minutes and 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
with
5 additions
and
4 deletions
.gitlab-ci.yml
+
5
−
4
View file @
c8bc80d1
...
...
@@ -42,12 +42,13 @@ test-stable:
only
:
-
master
# bug: the CHANNEL variable is not passed to the Dockerfile.
push-beta
:
extends
:
.push
variables
:
CHANNEL
:
"
beta"
push-stable
:
extends
:
.push
variables
:
CHANNEL
:
"
stable"
#
push-stable:
#
extends: .push
#
variables:
#
CHANNEL: "stable"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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