Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 12, 2024
1 parent bb2b0e7 commit 9209c0a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Daily build

on:
workflow_dispatch:
push:

permissions:
packages: write
Expand Down Expand Up @@ -42,9 +42,17 @@ jobs:
with:
base: ${{ needs.generate_image_variants.outputs.values }}
join: ${{ needs.determine_types.outputs.values }}
build_variants:
debug:
needs: mixin_types
uses: ./.github/workflows/___build_variants.yml
with:
matrix_include: ${{ needs.mixin_types.outputs.values }}
enable_minor: true
runs-on: ubuntu-latest
steps:
- env:
VALUES: ${{ needs.mixin_types.outputs.values }}
run: |
echo ${VALUES}
# build_variants:
# needs: mixin_types
# uses: ./.github/workflows/___build_variants.yml
# with:
# matrix_include: ${{ needs.mixin_types.outputs.values }}
# enable_minor: true

0 comments on commit 9209c0a

Please sign in to comment.