Skip to content

Commit 6305762

Browse files
committed
Using -f Dockerfile flag
1 parent 476d5a6 commit 6305762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test_push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Run rondb-docker
2020
run: |
2121
echo $PWD
22+
ls -la
2223
git clone -b release-0.7 https://github.com/logicalclocks/rondb-docker.git
2324
cd rondb-docker && ./build_run_docker.sh -d \
2425
--size small \
@@ -43,7 +44,7 @@ jobs:
4344
run: |
4445
echo $PWD
4546
ls -la ./**
46-
docker build -t rondis:latest .
47+
docker build -t rondis:latest -f Dockerfile .
4748
docker run -d \
4849
--name=$CONTAINER_NAME \
4950
-v $RONDB_PATH:/tmp/rondb \

0 commit comments

Comments
 (0)