From 12fa94539b6202eef08138c477f99a00076eccc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 6 Jul 2022 10:28:56 +0200 Subject: [PATCH] fix: build process due to composite packages --- .github/workflows/api-gateway.release.yml | 4 ++-- .github/workflows/auth.release.yml | 4 ++-- .github/workflows/files.release.yml | 4 ++-- .github/workflows/scheduler.release.yml | 4 ++-- .github/workflows/syncing-server.release.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/api-gateway.release.yml b/.github/workflows/api-gateway.release.yml index b8bdca1d5..22af93941 100644 --- a/.github/workflows/api-gateway.release.yml +++ b/.github/workflows/api-gateway.release.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:api-gateway + run: yarn build - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:api-gateway + run: yarn build - name: Login to Docker Hub uses: docker/login-action@v2 with: diff --git a/.github/workflows/auth.release.yml b/.github/workflows/auth.release.yml index ab45d5772..85fba769a 100644 --- a/.github/workflows/auth.release.yml +++ b/.github/workflows/auth.release.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:auth + run: yarn build - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:auth + run: yarn build - name: Login to Docker Hub uses: docker/login-action@v2 with: diff --git a/.github/workflows/files.release.yml b/.github/workflows/files.release.yml index dc62ed3f9..b91b9c66a 100644 --- a/.github/workflows/files.release.yml +++ b/.github/workflows/files.release.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:files + run: yarn build - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:files + run: yarn build - name: Login to Docker Hub uses: docker/login-action@v2 with: diff --git a/.github/workflows/scheduler.release.yml b/.github/workflows/scheduler.release.yml index d8452c637..cfd6c99ad 100644 --- a/.github/workflows/scheduler.release.yml +++ b/.github/workflows/scheduler.release.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:scheduler + run: yarn build - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:scheduler + run: yarn build - name: Login to Docker Hub uses: docker/login-action@v2 with: diff --git a/.github/workflows/syncing-server.release.yml b/.github/workflows/syncing-server.release.yml index fa2d623d9..97772b94c 100644 --- a/.github/workflows/syncing-server.release.yml +++ b/.github/workflows/syncing-server.release.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:syncing-server + run: yarn build - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build locally - run: yarn build:syncing-server + run: yarn build - name: Login to Docker Hub uses: docker/login-action@v2 with: