Changed docker job stage name

This commit is contained in:
Joe Bellus 2022-02-08 23:58:06 -05:00
parent e69f487a65
commit d3e99a44a6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ build-docker:
image: docker:19.03.12
services:
- docker:19.03.12-dind
stage: docker
stage: build-docker
script:
- cd target/release
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY