From 9dfe65d1c83c613adbbd3b17bb9c869616371ad7 Mon Sep 17 00:00:00 2001 From: Riku Rauhala Date: Tue, 20 Aug 2024 10:06:08 +0300 Subject: [PATCH] [GitHub Actions] Change build context for production --- .github/workflows/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index c8fde9cd1f..743ca70404 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -26,7 +26,7 @@ jobs: with: image: oodikone-frontend tags: production ${{ github.sha }} - context: services/frontend + context: services containerfiles: | services/frontend/Dockerfile build-args: | @@ -61,7 +61,7 @@ jobs: with: image: oodikone-backend tags: production ${{ github.sha }} - context: services/backend + context: services containerfiles: | services/backend/Dockerfile build-args: |