Add artifacts

This commit is contained in:
fredbcode 2021-04-28 11:37:24 +02:00
parent e04aafa368
commit 158c9964a9

View File

@ -1,6 +1,9 @@
docker-hub-build:
stage: Docker-hub-build
image: docker:dind
artifacts:
expire_in: 2 days
timeout: 3 hours 30 minutes
before_script:
- docker login -u "$DOCKER_HUB_USER" -p "$DOCKER_HUB_TOKEN" $DOCKER_HUB_REGISTRY