Merge pull request #19 from Apes-HDF/fix/ci-build-fails

Fix CICD does not work when merging from another repo (pull requests)
This commit is contained in:
Slim Amamou 2025-08-27 14:52:42 +01:00 committed by GitHub
commit 689b7b3946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ on:
jobs:
build-push-php:
environment: PROD
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
@ -18,6 +19,7 @@ jobs:
IMAGE_REPOSITORY: ${{ vars.IMAGE_REPO }}
build-push-caddy:
environment: PROD
# Same Dockerfile as php, with a build target which is after
needs: [build-push-php]
runs-on: ubuntu-latest

View file

@ -34,6 +34,7 @@ on:
jobs:
meta:
environment: PROD
name: Meta
runs-on: ubuntu-latest
outputs: