diff --git a/.github/workflows/production-backend.yaml b/.github/workflows/production-backend.yaml index 171a1ba..03265ba 100644 --- a/.github/workflows/production-backend.yaml +++ b/.github/workflows/production-backend.yaml @@ -34,7 +34,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: - context: backend + context: "{{defaultContext}}:backend" file: Dockerfile build-args: | push: true # ${{ github.ref_type == 'tag' }} diff --git a/.github/workflows/production-frontend.yaml b/.github/workflows/production-frontend.yaml index 61676a6..96f2206 100644 --- a/.github/workflows/production-frontend.yaml +++ b/.github/workflows/production-frontend.yaml @@ -34,7 +34,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: - context: frontend + context: "{{defaultContext}}:frontend" file: Dockerfile build-args: | VITE_API_URL=https://api.momentso.com/graphql