steps: build: image: node:22-alpine environment: STRAPI_URL: from_secret: STRAPI_URL commands: - corepack enable - pnpm --filter front install --frozen-lockfile - pnpm front:build