Fix paths

This commit is contained in:
cytopia
2022-03-25 15:33:07 +01:00
parent 22231fc61c
commit efad9eaa48

View File

@@ -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-') }}