diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 52f4db0..73a7585 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -79,6 +79,7 @@ jobs: uses: docker/build-push-action@v4 with: file: frontend/Dockerfile + context: "{{defaultContext}}:frontend" platforms: linux/amd64 push: true tags: ${{ steps.frontend-meta.outputs.tags }} @@ -89,6 +90,7 @@ jobs: uses: docker/build-push-action@v4 with: file: api/Dockerfile + context: "{{defaultContext}}:api" platforms: linux/amd64 push: true tags: ${{ steps.api-meta.outputs.tags }} @@ -99,6 +101,7 @@ jobs: uses: docker/build-push-action@v4 with: file: telegram_bot/Dockerfile + context: "{{defaultContext}}:telegram_bot" platforms: linux/amd64 push: true tags: ${{ steps.bot-meta.outputs.tags }} \ No newline at end of file