File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 6161 name : tf-autobuilder/zos-${{ github.sha }}.flist
6262 target : zos-${{ github.ref }}.flist
6363
64+ - name : Symlink flist (development)
65+ if : success()
66+ uses : threefoldtech/publish-flist@master
67+ with :
68+ action : symlink
69+ user : tf-zos
70+ token : ${{ secrets.HUB_JWT }}
71+ name : zos-${{ github.ref }}.flist
72+ target : zos:development:latest.flist
73+
6474 - name : Symlink flist (testing)
6575 if : success()
6676 uses : threefoldtech/publish-flist@master
Original file line number Diff line number Diff line change 6161 token : ${{ secrets.HUB_JWT }}
6262 name : tf-autobuilder/zos-${{ github.sha }}.flist
6363 target : zos-${{ github.ref }}.flist
64+
65+ - name : Symlink flist (development)
66+ if : success()
67+ uses : threefoldtech/publish-flist@master
68+ with :
69+ action : symlink
70+ user : tf-zos
71+ token : ${{ secrets.HUB_JWT }}
72+ name : zos-${{ github.ref }}.flist
73+ target : zos:development:latest.flist
74+
75+ - name : Symlink flist (testing)
76+ if : success()
77+ uses : threefoldtech/publish-flist@master
78+ with :
79+ action : symlink
80+ user : tf-zos
81+ token : ${{ secrets.HUB_JWT }}
82+ name : zos-${{ github.ref }}.flist
83+ target : zos:testing:latest.flist
6484
6585 - name : Symlink flist (production)
6686 if : success()
You can’t perform that action at this time.
0 commit comments