Commit 73b111d 1 parent f044c05 commit 73b111d Copy full SHA for 73b111d
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,22 +72,22 @@ jobs:
72
72
# will use the tag value (has to start with v)
73
73
- name : Tagging
74
74
uses : threefoldtech/publish-flist@master
75
- if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
75
+ if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v' || github.ref == 'refs/heads/zos-light' ))
76
76
with :
77
77
token : ${{ secrets.HUB_JWT }}
78
78
action : tag
79
79
user : tf-autobuilder
80
- name : ${{ steps.tag.outputs.reference }}/zos-v4 .flist
81
- target : tf-autobuilder/zos-v4 :${{ steps.version.outputs.version }}.flist
80
+ name : ${{ steps.tag.outputs.reference }}/zos.flist
81
+ target : tf-autobuilder/zos:${{ steps.version.outputs.version }}.flist
82
82
83
83
# only for main branch (devnet)
84
84
# this basically releases this build to devnet
85
85
- name : Cross tagging (development)
86
- if : success() && github.ref == 'refs/heads/main'
86
+ if : success() && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/zos-light')
87
87
uses : threefoldtech/publish-flist@master
88
88
with :
89
89
token : ${{ secrets.HUB_JWT }}
90
90
action : crosstag
91
91
user : tf-zos
92
- name : development-zos- v4
92
+ name : development-v4
93
93
target : tf-autobuilder/${{ steps.tag.outputs.reference }}
You can’t perform that action at this time.
0 commit comments