mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
§
This commit is contained in:
parent
01f7922304
commit
64f54f8377
1 changed files with 2 additions and 6 deletions
|
@ -16,8 +16,6 @@ steps:
|
|||
NEXT_PUBLIC_API_HOST: https://pig.vault48.org/
|
||||
NEXT_PUBLIC_REMOTE_CURRENT: https://pig.vault48.org/static/
|
||||
NEXT_PUBLIC_PUBLIC_HOST: https://vault48.org/
|
||||
REPO:
|
||||
from_secret: docker_repo
|
||||
settings:
|
||||
dockerfile: docker/nextjs/Dockerfile
|
||||
build_args_from_env:
|
||||
|
@ -28,7 +26,7 @@ steps:
|
|||
- ${DRONE_BRANCH}
|
||||
custom_labels:
|
||||
- "commit=${DRONE_COMMIT_SHA}"
|
||||
cache_from: "${REPO}:${DRONE_BRANCH}"
|
||||
cache_from: "vault-frontend:${DRONE_BRANCH}"
|
||||
username:
|
||||
from_secret: global_docker_login
|
||||
password:
|
||||
|
@ -46,8 +44,6 @@ steps:
|
|||
NEXT_PUBLIC_API_HOST: https://pig.staging.vault48.org/
|
||||
NEXT_PUBLIC_REMOTE_CURRENT: https://pig.staging.vault48.org/static/
|
||||
NEXT_PUBLIC_PUBLIC_HOST: https://staging.vault48.org/
|
||||
REPO:
|
||||
from_secret: docker_repo
|
||||
settings:
|
||||
dockerfile: docker/nextjs/Dockerfile
|
||||
build_args_from_env:
|
||||
|
@ -58,7 +54,7 @@ steps:
|
|||
- ${DRONE_BRANCH}
|
||||
custom_labels:
|
||||
- "commit=${DRONE_COMMIT_SHA}"
|
||||
cache_from: "${REPO}:${DRONE_BRANCH}"
|
||||
cache_from: "vault-frontend:${DRONE_BRANCH}"
|
||||
username:
|
||||
from_secret: global_docker_login
|
||||
password:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue