Fix artifacts yaml error
This commit is contained in:
parent
fd795a733d
commit
05d507d175
@ -12,7 +12,7 @@ build-job:
|
||||
- docker login --username="$REGISTRY_USER" --password="REGISTRY_PASSWORD" "$REGISTRY_BASE_URL"
|
||||
- docker -H unix:///var/run/docker.sock image build -t "$REGISTRY_BASE_URL/$DOCKER_IMAGE_NAME:$CI_COMMIT_SHORT_SHA" ./
|
||||
artifacts:
|
||||
- paths:
|
||||
paths:
|
||||
- ~/.docker/
|
||||
|
||||
publish-job:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user