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:
commit
689b7b3946
2 changed files with 3 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -34,6 +34,7 @@ on:
|
|||
|
||||
jobs:
|
||||
meta:
|
||||
environment: PROD
|
||||
name: Meta
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue