diff --git a/.github/workflows/test-backoffice.yml b/.github/workflows/test-backoffice.yml index b1050536..f9582f33 100644 --- a/.github/workflows/test-backoffice.yml +++ b/.github/workflows/test-backoffice.yml @@ -19,7 +19,7 @@ jobs: ref: ${{ inputs.ref }} image: cern-sis/inspire/backoffice context: ./backoffice - dockerfile: ./compose/production/django/Dockerfile + dockerfile: Dockerfile secrets: inherit test: diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index c1c6bfd8..fc7a8f76 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -22,6 +22,8 @@ jobs: with: ref: ${{ inputs.ref }} image: cern-sis/inspire/workflows + context: ./workflows + dockerfile: Dockerfile secrets: inherit test: needs: build