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
|
from_secret: org_docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: org_docker_password
|
from_secret: org_docker_password
|
||||||
dockerfile: Dockerfile
|
dockerfile: staging.Dockerfile
|
||||||
repo: dutchellie/${DRONE_REPO_NAME}
|
repo: dutchellie/${DRONE_REPO_NAME}
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}
|
||||||
|
@ -144,7 +144,7 @@ steps:
|
||||||
from_secret: org_docker_username
|
from_secret: org_docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: org_docker_password
|
from_secret: org_docker_password
|
||||||
dockerfile: Dockerfile
|
dockerfile: staging.Dockerfile
|
||||||
repo: dutchellie/${DRONE_REPO_NAME}
|
repo: dutchellie/${DRONE_REPO_NAME}
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:8}
|
||||||
|
|
Loading…
Reference in New Issue