Skip to content

Commit c8d617e

Browse files
Update Drone config
1 parent c8b3dd7 commit c8d617e

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=./docker/Dockerfile' \
27+
--local 'dockerfile=./docker' \
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=./docker/Dockerfile' \
85+
--local 'dockerfile=./docker' \
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)