mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
Fix aa build
This commit is contained in:
8
.github/workflows/aaa-build.yml
vendored
8
.github/workflows/aaa-build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
# (2/2) Build 'base'
|
||||
base:
|
||||
needs: [params, configure]
|
||||
uses: ./.github/workflows/zzz-reuse-build.yml
|
||||
uses: ./.github/workflows/aaa-reuse-build.yml
|
||||
with:
|
||||
enabled: true
|
||||
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
# (2/2) Build 'mods'
|
||||
mods:
|
||||
needs: [params, configure, base]
|
||||
uses: ./.github/workflows/zzz-reuse-build.yml
|
||||
uses: ./.github/workflows/aaa-reuse-build.yml
|
||||
with:
|
||||
enabled: true
|
||||
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
# (2/2) Build 'mods'
|
||||
prod:
|
||||
needs: [params, configure, base, mods]
|
||||
uses: ./.github/workflows/zzz-reuse-build.yml
|
||||
uses: ./.github/workflows/aaa-reuse-build.yml
|
||||
with:
|
||||
enabled: true
|
||||
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
# (2/2) Build 'mods'
|
||||
work:
|
||||
needs: [params, configure, base, mods, prod]
|
||||
uses: ./.github/workflows/zzz-reuse-build.yml
|
||||
uses: ./.github/workflows/aaa-reuse-build.yml
|
||||
with:
|
||||
enabled: true
|
||||
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
|
||||
|
||||
Reference in New Issue
Block a user