Skip to content

Commit 74a904b

Browse files
Merge pull request #5 in MX3/mxcubeweb from SCOMPMX-627-deploy-core-mx3-services-to-kubernetes to main
* commit 'c8b3dd72cda43a096a9c50259ce653f9aa7cf0eb': Update Drone config
2 parents 2b466bc + c8b3dd7 commit 74a904b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
--progress 'plain' \
2525
--frontend 'dockerfile.v0' \
2626
--local 'context=.' \
27-
--local 'dockerfile=.' \
27+
--local 'dockerfile=./docker/Dockerfile' \
2828
--import-cache 'type=registry,ref=docker.asci.synchrotron.org.au/${DRONE_REPO,,}/buildcache:latest' \
2929
--export-cache 'type=registry,mode=max,ref=docker.asci.synchrotron.org.au/${DRONE_REPO,,}/buildcache:latest' \
3030
--output 'type=image,$${DQUOTE}name=docker.asci.synchrotron.org.au/${DRONE_REPO,,}:${DRONE_COMMIT},docker.asci.synchrotron.org.au/${DRONE_REPO,,}:main$${DQUOTE},push=true' \
@@ -82,7 +82,7 @@ steps:
8282
--progress 'plain' \
8383
--frontend 'dockerfile.v0' \
8484
--local 'context=.' \
85-
--local 'dockerfile=.' \
85+
--local 'dockerfile=./docker/Dockerfile' \
8686
--import-cache 'type=registry,ref=docker.asci.synchrotron.org.au/${DRONE_REPO,,}/buildcache:latest' \
8787
--output 'type=image,$${DQUOTE}name=docker.asci.synchrotron.org.au/${DRONE_REPO,,}:${DRONE_TAG},docker.asci.synchrotron.org.au/${DRONE_REPO,,}:${DRONE_TAG}-${DRONE_BUILD_NUMBER},docker.asci.synchrotron.org.au/${DRONE_REPO,,}:latest$${DQUOTE},push=true' \
8888
--opt target=runtime \

0 commit comments

Comments
 (0)