Fix CICD error saying inputs.IMAGE_REPOSITORY and .IMAGE_NAME are missing
This commit is contained in:
parent
a94316675c
commit
157b94c04d
1 changed files with 2 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue