Fix build destination
This commit is contained in:
parent
10a965b147
commit
a6bdb76dc7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
BUILD_CONTEXT: .
|
||||
BUILD_TARGET: app_php
|
||||
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
|
||||
IMAGE_REPOSITORY: ghcr.io/Apes-HDF
|
||||
IMAGE_REPOSITORY: ghcr.io/Tipimi-fr
|
||||
|
||||
build-push-caddy:
|
||||
# Same Dockerfile as php, with a build target which is after
|
||||
|
|
@ -30,4 +30,4 @@ jobs:
|
|||
BUILD_CONTEXT: .
|
||||
BUILD_TARGET: app_caddy
|
||||
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
|
||||
IMAGE_REPOSITORY: ghcr.io/Apes-HDF
|
||||
IMAGE_REPOSITORY: ghcr.io/Tipimi-fr
|
||||
|
|
|
|||
Loading…
Reference in a new issue