From 71590f4225c1be3b2d94a2663712337125e313df Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Tue, 28 Mar 2023 00:36:31 +0200 Subject: [PATCH] Use Gitea actions instead of woodpecker #2 --- .gitea/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) 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