diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index e904ca1d..3a9cf059 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -41,7 +41,7 @@ jobs: uses: docker/build-push-action@v2 with: # relative path to the place where source code with Dockerfile is located - context: ./src/samples/simple + context: . # Note: tags has to be all lower-case tags: | jaedb/iris:master