Switch to staging dockerfile for staging
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-07-13 13:13:28 +02:00
parent 0e9e8c6085
commit 3bd7b3076f
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 2 additions and 2 deletions

View File

@ -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}