Skip to content

Commit 73b111d

Browse files
committed
changes workflow to run on zos-light for testing
Signed-off-by: Ashraf Fouda <[email protected]>
1 parent f044c05 commit 73b111d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,22 @@ jobs:
7272
# will use the tag value (has to start with v)
7373
- name: Tagging
7474
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'))
7676
with:
7777
token: ${{ secrets.HUB_JWT }}
7878
action: tag
7979
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
8282

8383
# only for main branch (devnet)
8484
# this basically releases this build to devnet
8585
- 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')
8787
uses: threefoldtech/publish-flist@master
8888
with:
8989
token: ${{ secrets.HUB_JWT }}
9090
action: crosstag
9191
user: tf-zos
92-
name: development-zos-v4
92+
name: development-v4
9393
target: tf-autobuilder/${{ steps.tag.outputs.reference }}

0 commit comments

Comments
 (0)