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: