-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels