fix docker build with larger context

This commit is contained in:
Ulf Gebhardt 2023-01-26 12:30:45 +01:00
parent aa20dd93f9
commit 7804675355
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -15,7 +15,7 @@ jobs:
- name: Build `test` image
run: |
docker build --target test -t "gradido/dht-node:test" dht-node/
docker build --target test -t "gradido/dht-node:test" -f dht-node/Dockerfile .
docker save "gradido/dht-node:test" > /tmp/dht-node.tar
- name: Upload Artifact