m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-18 09:53:43 -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

View File

@@ -63,13 +63,15 @@ jobs:
needs:
- get-tag
- build-binaries
uses: ./.github/actions/build-image.yml
with:
tags: |
${{ needs.get-tag.outputs.tag }}
latest
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/build-image
with:
tags: |
${{ needs.get-tag.outputs.tag }}
latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
runs-on: ubuntu-latest
@@ -89,4 +91,4 @@ jobs:
prerelease: true
tag_name: ${{ needs.get-tag.outputs.tag }}
name: ${{ needs.get-tag.outputs.tag }}
files: binaries/*
files: binaries/*