1
0
Fork 0
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:
Steffen Vogel 2024-03-12 10:15:51 +00:00 committed by pipeacosta
parent 96e90e93b4
commit 5287880c85

View file

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