File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 required : true
1111 type : string
1212 connect_client_version :
13- description : ' Version of connect-client to use (e.g., 0.8 )'
13+ description : ' Version of connect-client to use (e.g., 0.9 )'
1414 required : true
1515 type : string
16- default : ' 0.8 '
16+ default : ' 0.9 '
1717
1818env :
1919 REGISTRY : ghcr.io
2020 # Use release tag for releases, or input tag for manual runs
2121 IMAGE_TAG : ${{ github.event_name == 'release' && github.event.release.tag_name || inputs.tag }}
22- # Use provided connect-client version or default to 0.8
23- CONNECT_CLIENT_VERSION : ${{ inputs.connect_client_version || '0.8 ' }}
22+ # Use provided connect-client version or default to 0.9
23+ CONNECT_CLIENT_VERSION : ${{ inputs.connect_client_version || '0.9 ' }}
2424
2525jobs :
2626 build-and-push :
Original file line number Diff line number Diff line change 11# ---------------------------------------------------------------
22# 1) Multi-stage build: Pull the connect-client binary
33# ---------------------------------------------------------------
4- ARG CONNECT_CLIENT_VERSION=0.8
4+ ARG CONNECT_CLIENT_VERSION=0.9
55FROM public.cr.seqera.io/platform/connect-client:${CONNECT_CLIENT_VERSION} AS connect
66
77# ---------------------------------------------------------------
Original file line number Diff line number Diff line change 11# ---------------------------------------------------------------
22# 1) Multi-stage build: Pull the connect-client binary
33# ---------------------------------------------------------------
4- ARG CONNECT_CLIENT_VERSION=0.8
4+ ARG CONNECT_CLIENT_VERSION=0.9
55FROM public.cr.seqera.io/platform/connect-client:${CONNECT_CLIENT_VERSION} AS connect
66
77# Choose a python version that you know works with your application
Original file line number Diff line number Diff line change 11# ---------------------------------------------------------------
22# 1) Multi-stage build: Pull the connect-client binary
33# ---------------------------------------------------------------
4- ARG CONNECT_CLIENT_VERSION
4+ ARG CONNECT_CLIENT_VERSION=0.9
55FROM public.cr.seqera.io/platform/connect-client:${CONNECT_CLIENT_VERSION} AS connect
66
77# ---------------------------------------------------------------
Original file line number Diff line number Diff line change 11# ---------------------------------------------------------------
22# 1) Multi-stage build: Pull the connect-client binary
33# ---------------------------------------------------------------
4- ARG CONNECT_CLIENT_VERSION=0.8
4+ ARG CONNECT_CLIENT_VERSION=0.9
55FROM public.cr.seqera.io/platform/connect-client:${CONNECT_CLIENT_VERSION} AS connect
66
77# ---------------------------------------------------------------
Original file line number Diff line number Diff line change 11# ---------------------------------------------------------------
22# 1) Multi-stage build: Pull the connect-client binary
33# ---------------------------------------------------------------
4- ARG CONNECT_CLIENT_VERSION
4+ ARG CONNECT_CLIENT_VERSION=0.9
55FROM public.cr.seqera.io/platform/connect-client:${CONNECT_CLIENT_VERSION} AS connect
66
77# Final image: Start from an arbitrary container
You can’t perform that action at this time.
0 commit comments