diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index fa1559a..5bafea0 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -32,7 +32,7 @@ jobs: --tag ${DOCKER_REPO}:$TAG \ --tag ${DOCKER_REPO}:latest-test \ --file ./Dockerfile \ - ./docker + . - name: Docker Hub logout if: always() run: docker logout \ No newline at end of file