diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4164e814..b2a1279d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: tag_with_ref: true push: ${{ startsWith(github.ref, 'refs/tags/') }} path: src - dockerfile: Dockerfile-api + dockerfile: src/Dockerfile-api buildcmusei: # The type of runner that the job will run on runs-on: ubuntu-latest @@ -42,4 +42,4 @@ jobs: tag_with_ref: true push: ${{ startsWith(github.ref, 'refs/tags/') }} path: src - dockerfile: Dockerfile-api + dockerfile: src/Dockerfile-api