Skip to content
Snippets Groups Projects
Commit c8bc80d1 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

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
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment