diff --git a/.github/workflows/microk8s-ci.yaml b/.github/workflows/microk8s-ci.yaml index d1aa7dc1df..ac0dbabcd2 100644 --- a/.github/workflows/microk8s-ci.yaml +++ b/.github/workflows/microk8s-ci.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: balchua/microk8s-actions@v0.3.0 + uses: balchua/microk8s-actions@v0.3.1 with: channel: '1.25/stable' addons: '["dns", "helm3", "hostpath-storage", "registry", "metrics-server"]' diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 4b1588a58d..e9b85ca33a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -14,7 +14,7 @@ ENV GIT_COMMIT_HASH=${GIT_COMMIT_HASH} \ WORKDIR /app COPY yarn.lock package.json ./ -RUN yarn --frozen-lockfile +RUN yarn --frozen-lockfile --network-timeout 1000000 COPY lit-localize.json \ postcss.config.js \