Switch to staging dockerfile for staging
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0e9e8c6085
commit
3bd7b3076f
|
@ -82,7 +82,7 @@ steps:
|
|||
from_secret: org_docker_username
|
||||
password:
|
||||
from_secret: org_docker_password
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: staging.Dockerfile
|
||||
repo: dutchellie/${DRONE_REPO_NAME}
|
||||
tags:
|
||||
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}
|
||||
|
@ -144,7 +144,7 @@ steps:
|
|||
from_secret: org_docker_username
|
||||
password:
|
||||
from_secret: org_docker_password
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: staging.Dockerfile
|
||||
repo: dutchellie/${DRONE_REPO_NAME}
|
||||
tags:
|
||||
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}
|
||||
|
|
Loading…
Reference in New Issue