Added deploy section

This commit is contained in:
Matthew McKinnon 2022-08-07 16:52:37 +10:00
parent de34944469
commit 3ba92f6f44

View File

@ -38,7 +38,12 @@ docker_build:
- tags
docker_deploy:
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
services:
- docker:dind
stage: docker_build
image: docker:latest
script:
- docker pull $IMAGE_TAG_LATEST
only: