diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 339df5f..8d26191 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -62,5 +62,5 @@ jobs: context: . push: true pull: true - file: build/app/Dockerfile + file: main/build/app/Dockerfile tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \ No newline at end of file