skip to Main Content

Docker not found in Gitlab CI

am trying to follow this link to deploy using Gitlab CI and CDK my .gitlab-ci.yml looks like below ... image: node:18-alpine cache: paths: - cdk/node_modules/ stages: - build - deploy build: stage: build script: - cd cdk - npm install…

VIEW QUESTION
Back To Top
Search