diff --git a/.github/workflows/feature-based.yaml b/.github/workflows/feature-based.yaml index ea8c2511f..4dd76304c 100644 --- a/.github/workflows/feature-based.yaml +++ b/.github/workflows/feature-based.yaml @@ -65,8 +65,8 @@ jobs: GH_AMP_ID=71bf5a46800fedba5e9a01243b988164 GH_OFFCHAIN_SIGNER_URL=https://signer.subsocial.network GH_CONNECTION_KIND=staging - GH_SELLER_CLIENT_ID=${{ secrets.SELLER_CLIENT_ID }} - GH_SELLER_TOKEN_SIGNER=${{ secrets.SELLER_TOKEN_SIGNER }} + GH_SELLER_CLIENT_ID=5DYm3Wk4aa1BbfhH1ajmY6MNEELXoicmKRnP4tzHYjSKnD9K + GH_SELLER_TOKEN_SIGNER=retire strong pole intact cool music high path salt praise stadium spatial tags: | ${{ env.image }} cache-from: type=local,src=/tmp/.buildx-cache diff --git a/docker/Dockerfile b/docker/Dockerfile index 928892958..434890499 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -39,8 +39,7 @@ COPY . . RUN yarn COPY ci.env .env -RUN NODE_ENV=production yarn build \ - && yarn patch +RUN NODE_ENV=production yarn build FROM gcr.io/distroless/nodejs:16 AS runner