Fix build destination
This commit is contained in:
parent
ac7fffb1f2
commit
52d122ad22
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_CONTEXT: .
|
||||||
BUILD_TARGET: app_php
|
BUILD_TARGET: app_php
|
||||||
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
|
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
|
||||||
IMAGE_REPOSITORY: ghcr.io/Apes-HDF
|
IMAGE_REPOSITORY: ghcr.io/Tipimi-fr
|
||||||
|
|
||||||
build-push-caddy:
|
build-push-caddy:
|
||||||
# Same Dockerfile as php, with a build target which is after
|
# Same Dockerfile as php, with a build target which is after
|
||||||
|
|
@ -30,4 +30,4 @@ jobs:
|
||||||
BUILD_CONTEXT: .
|
BUILD_CONTEXT: .
|
||||||
BUILD_TARGET: app_caddy
|
BUILD_TARGET: app_caddy
|
||||||
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
|
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
|
||||||
IMAGE_REPOSITORY: ghcr.io/Apes-HDF
|
IMAGE_REPOSITORY: ghcr.io/Tipimi-fr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue