m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 02:13:41 -05:00

Fix CI workflows

This commit is contained in:
Sergio
2025-03-03 10:18:11 +02:00
parent c4de3961a0
commit fde61ee07d
4 changed files with 69 additions and 68 deletions

View File

@@ -65,11 +65,14 @@ jobs:
needs:
- get-tag
- build-binaries
uses: ./.github/actions/build-image.yml
with:
tags: ${{ needs.get-tag.outputs.tag }}
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/build-image
with:
tags: |
${{ needs.get-tag.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
nightly-release:
runs-on: ubuntu-latest