Skip to content
Snippets Groups Projects
Unverified Commit 4ef44730 authored by Ian Baum's avatar Ian Baum
Browse files

Use project name in container name for Rails assets

parent 66c20987
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -715,7 +715,7 @@ gitlab:assets:compile:
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://docker:2375
REGISTRY: registry.gitlab.com
ASSETS_IMAGE: ${REGISTRY}/build/cng/rails-assets
ASSETS_IMAGE: ${REGISTRY}/build/cng/${CI_PROJECT_NAME}-rails-assets
script:
- date
- yarn install --frozen-lockfile --production --cache-folder .yarn-cache
Loading
Loading
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