mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-21 16:31:15 +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'
|
# (2/2) Build 'base'
|
||||||
deploy-manifests:
|
deploy-manifests:
|
||||||
needs: [params, configure, deploy-images]
|
needs: [params, configure, deploy-images]
|
||||||
uses: ./.github/workflows/aaa-reuse-deploy.yml
|
uses: ./.github/workflows/aaa-reuse-deploy-manifests.yml
|
||||||
with:
|
with:
|
||||||
enabled: true
|
enabled: true
|
||||||
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
|
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