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:
|
jobs:
|
||||||
build-push-php:
|
build-push-php:
|
||||||
|
environment: PROD
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -18,6 +19,7 @@ jobs:
|
||||||
IMAGE_REPOSITORY: ${{ vars.IMAGE_REPO }}
|
IMAGE_REPOSITORY: ${{ vars.IMAGE_REPO }}
|
||||||
|
|
||||||
build-push-caddy:
|
build-push-caddy:
|
||||||
|
environment: PROD
|
||||||
# Same Dockerfile as php, with a build target which is after
|
# Same Dockerfile as php, with a build target which is after
|
||||||
needs: [build-push-php]
|
needs: [build-push-php]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -34,6 +34,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
meta:
|
meta:
|
||||||
|
environment: PROD
|
||||||
name: Meta
|
name: Meta
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue