CI/CD: fix duplicate argument
This commit is contained in:
parent
6a43b24044
commit
b466e8e4b4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ build-docker-image: # This job runs in the build stage, which runs first.
|
|||
fi
|
||||
- docker build
|
||||
--pull
|
||||
--file Docker
|
||||
--file Dockerfile
|
||||
--tag "$CI_REGISTRY_IMAGE${tag}"
|
||||
--tag "$CI_REGISTRY_IMAGE:$VERSION"
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue