diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54171cd..9a0f39c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,10 @@ jobs: matrix: include: - image: ghcr.io/tu-wien-datalab/config-server-operator - dockerfile: operator/Dockerfile + dockerfile: ./operator/Dockerfile directory: operator - image: ghcr.io/tu-wien-datalab/config-server - dockerfile: server/Dockerfile + dockerfile: ./server/Dockerfile directory: server steps: - name: Docker metadata