Skip to content

Commit 34c60fc

Browse files
committed
updates workflow to push bins
Signed-off-by: Ashraf Fouda <[email protected]>
1 parent 57d21f9 commit 34c60fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bin-package-18.04.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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/zos-light')
5757
with:
5858
token: ${{ secrets.token }}
5959
action: tag

.github/workflows/bin-package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: ${{ steps.package.outputs.name }}.flist
6161
- name: Tagging
6262
uses: threefoldtech/publish-flist@master
63-
if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
63+
if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/zos-light')
6464
with:
6565
token: ${{ secrets.token }}
6666
action: tag

0 commit comments

Comments
 (0)