File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 name : ${{ steps.package.outputs.name }}.flist
5454 - name : Tagging
5555 uses : threefoldtech/publish-flist@master
56- if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
56+ if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/testdeploy' )
5757 with :
5858 token : ${{ secrets.token }}
5959 action : tag
Original file line number Diff line number Diff line change 5555 cd bins
5656 ./bins-extra.sh --package ${{ inputs.package }}
5757 - name : Publish flist (tf-autobuilder, ${{ steps.package.outputs.name }})
58- if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
58+ if : success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/testdeploy' || startsWith(github.ref, 'refs/tags/v'))
5959 uses : threefoldtech/publish-flist@master
6060 with :
6161 token : ${{ secrets.token }}
6565 name : ${{ steps.package.outputs.name }}.flist
6666 - name : Tagging
6767 uses : threefoldtech/publish-flist@master
68- if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
68+ if : success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/testdeploy' || startsWith(github.ref, 'refs/tags/v'))
6969 with :
7070 token : ${{ secrets.token }}
7171 action : tag
Original file line number Diff line number Diff line change 7171 # will use the tag value (has to start with v)
7272 - name : Tagging
7373 uses : threefoldtech/publish-flist@master
74- if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
74+ if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')|| github.ref == 'refs/heads/testdeploy' )
7575 with :
7676 token : ${{ secrets.HUB_JWT }}
7777 action : tag
8282 # only for main branch (devnet)
8383 # this basically releases this build to devnet
8484 - name : Cross tagging (development)
85- if : success() && github.ref == 'refs/heads/main'
85+ if : success() && ( github.ref == 'refs/heads/main'|| github.ref == 'refs/heads/testdeploy')
8686 uses : threefoldtech/publish-flist@master
8787 with :
8888 token : ${{ secrets.HUB_JWT }}
You can’t perform that action at this time.
0 commit comments