From 34c60fc0a105a7d855ed798942b45633c321b1e6 Mon Sep 17 00:00:00 2001 From: Ashraf Fouda Date: Thu, 22 Aug 2024 12:36:57 +0300 Subject: [PATCH] updates workflow to push bins Signed-off-by: Ashraf Fouda --- .github/workflows/bin-package-18.04.yaml | 2 +- .github/workflows/bin-package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bin-package-18.04.yaml b/.github/workflows/bin-package-18.04.yaml index 82607b4dd..c78152b89 100644 --- a/.github/workflows/bin-package-18.04.yaml +++ b/.github/workflows/bin-package-18.04.yaml @@ -53,7 +53,7 @@ jobs: name: ${{ steps.package.outputs.name }}.flist - name: Tagging uses: threefoldtech/publish-flist@master - if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) + if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/zos-light') with: token: ${{ secrets.token }} action: tag diff --git a/.github/workflows/bin-package.yaml b/.github/workflows/bin-package.yaml index 8e607a0d5..bfdd4c4f1 100644 --- a/.github/workflows/bin-package.yaml +++ b/.github/workflows/bin-package.yaml @@ -60,7 +60,7 @@ jobs: name: ${{ steps.package.outputs.name }}.flist - name: Tagging uses: threefoldtech/publish-flist@master - if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) + if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/zos-light') with: token: ${{ secrets.token }} action: tag