Skip to content
Snippets Groups Projects
Commit bfa3237d authored by Ole Langbehn's avatar Ole Langbehn
Browse files

bugfix: use the GCP docker remote repository instead of docker hub

parent 84ddafea
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,7 @@ stages: ...@@ -16,8 +16,7 @@ stages:
install_dependencies: install_dependencies:
stage: install_dependencies stage: install_dependencies
image: image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:18.16.0'
name: 'node:18.16.0'
cache: cache:
key: $CI_COMMIT_REF_SLUG key: $CI_COMMIT_REF_SLUG
paths: paths:
...@@ -37,8 +36,7 @@ test: ...@@ -37,8 +36,7 @@ test:
- node_modules - node_modules
- .yarn/ - .yarn/
policy: pull policy: pull
image: image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:18.16.0'
name: 'node:18.16.0'
script: script:
- yarn test - yarn test
...@@ -50,8 +48,7 @@ build: ...@@ -50,8 +48,7 @@ build:
- node_modules - node_modules
- .yarn/ - .yarn/
policy: pull policy: pull
image: image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:18.16.0'
name: 'node:18.16.0'
script: script:
- yarn build - yarn build
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment