Hard-code absolute artifact path

This commit is contained in:
Daniel_I_Am 2021-09-03 21:12:09 +00:00
parent 5d31f3e32e
commit 3680425586

View File

@ -11,7 +11,7 @@ auth-job:
- docker login --username "$REGISTRY_USER" --password "$REGISTRY_PASSWORD" "$REGISTRY_BASE_URL"
artifacts:
paths:
- "~/.docker/"
- /root/.docker/
build-job:
stage: build