Skip to content

Commit bef7fa2

Browse files
authored
ml: add support flux
1 parent dd3e178 commit bef7fa2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/yc_ml_build_and_push.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
required: false
2020
type: string
2121
default: "yc-"
22+
tag_suffix:
23+
required: false
24+
type: string
25+
default: ""
2226
bundle_without:
2327
required: false
2428
type: string
@@ -86,6 +90,9 @@ jobs:
8690
submodules: true
8791
token: ${{ env.GIT_TOKEN }}
8892
lfs: true
93+
- name: Get tag suffix
94+
id: get_tag_suffix
95+
run: echo "::set-output name=new_tag_suffix::${{ inputs.tag_suffix}}"
8996
- name: Dry run for getting a version
9097
id: get_tag_version
9198
uses: mathieudutour/github-tag-action@v6.1
@@ -123,4 +130,4 @@ jobs:
123130
- name: Drop credentials
124131
if: always()
125132
run: |
126-
rm -rf ~/.docker
133+
rm -rf ~/.docker

0 commit comments

Comments
 (0)