mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-21 08:21:16 +00:00
Fix paths
This commit is contained in:
2
.github/workflows/aaa-build.yml
vendored
2
.github/workflows/aaa-build.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
# (2/2) Build 'base'
|
||||
deploy-manifests:
|
||||
needs: [params, configure, deploy-images]
|
||||
uses: ./.github/workflows/aaa-reuse-deploy.yml
|
||||
uses: ./.github/workflows/aaa-reuse-deploy-manifests.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