mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ci: Use full image name for qus
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
327f11312a
commit
8a7a413359
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ pkg:docker:
|
|||
image: docker:20.10
|
||||
before_script:
|
||||
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
|
||||
- docker run --rm --privileged aptman/qus -s -- -p
|
||||
- docker run --rm --privileged docker.io/aptman/qus -s -- -p
|
||||
script:
|
||||
- docker build ${DOCKER_OPTS}
|
||||
--pull
|
||||
|
|
Loading…
Add table
Reference in a new issue