Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo at documentation: shell -> socket #19

Open
KES777 opened this issue Dec 19, 2022 · 1 comment
Open

Typo at documentation: shell -> socket #19

KES777 opened this issue Dec 19, 2022 · 1 comment

Comments

@KES777
Copy link

KES777 commented Dec 19, 2022

https://github.com/jonashackt/gitlab-ci-stack#changes-needed-in-gitlab-ciyml-for-docker-in-docker-compared-to-using-a-shell-runner-1

build-image:
  stage: build
  # the tag 'shell' advices only GitLab runners using this tag to pick up that job
  tags:
    - socket
  script:
    - docker build . --tag $REGISTRY_GROUP_PROJECT/gitlab-ci-shell-example:latest

Here socket tag is used, but commented as shell. Need to change: shell -> socket

@jonashackt
Copy link
Owner

Thanks :) Would welcome a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants