Skip to content

Commit 8e47349

Browse files
authored
label fix (#12)
Signed-off-by: SequeI <[email protected]>
1 parent 0573d7d commit 8e47349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundle.Dockerfile.model-validation.rh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG VERSION="1.3.0"
2-
ARG CHANNELS="stable,stable-v1.3"
3-
ARG DEFAULT_CHANNEL="stable"
1+
ARG VERSION="0.0.1"
2+
ARG CHANNELS="tech-preview"
3+
ARG DEFAULT_CHANNEL="tech-preview"
44
ARG BUNDLE_GEN_FLAGS="-q --overwrite=false --version $VERSION --channels=$CHANNELS --default-channel=$DEFAULT_CHANNEL"
55
ARG IMG
66

0 commit comments

Comments
 (0)