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 b49f19d commit 3f4d0e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Daily build
on:
push:

permissions:
packages: write

jobs:
determine_php_versions:
uses: ./.github/workflows/_determine_php_versions.yml
Expand All @@ -16,10 +19,8 @@ jobs:
build_base:
needs: generate_image_variants
uses: ./.github/workflows/___build_base.yml
secrets: inherit
strategy:
max-parallel: 3
with:
image_variants: ${{ needs.generate_image_variants.outputs.values }}
enable_minor: true

File renamed without changes.
File renamed without changes.

0 comments on commit 3f4d0e7

Please sign in to comment.