CI/CD: fix duplicate argument

This commit is contained in:
Glenn Y. Rolland 2021-07-01 13:03:24 +02:00
parent 6a43b24044
commit b466e8e4b4
1 changed files with 1 additions and 1 deletions

View File

@ -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"
.