Skip to content

Commit b110005

Browse files
committed
.
1 parent 73054dc commit b110005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_docker_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
#- uses: docker/setup-buildx-action@v3
1111
- name: Build docker images
12-
run: docker build -t local < ./Dockerfile
12+
run: docker build -t Dockerfile
1313
- name: Run tests
1414
run: docker run -it -v $PWD:/srv -w/srv local echo "hola"
1515
# - run: cd HelloWorld && ./HelloWorld

0 commit comments

Comments
 (0)