Skip to content
Snippets Groups Projects
Commit 1ec95457 authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix commit sha

parent 2c1c72a5
No related branches found
No related tags found
No related merge requests found
Pipeline #5862 passed
......@@ -18,7 +18,7 @@ build-image:
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE/videoag_api_testing:$CI_COMMIT_TAG
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE/videoag_api_testing:$CI_COMMIT_SHA
run-tests:
stage: test
......@@ -26,7 +26,7 @@ run-tests:
variables:
VIDEOAG_API_CONFIG: $CI_PROJECT_DIR/config/api_example_config
image:
name: registry.git.fsmpi.rwth-aachen.de/videoag/backend_api/videoag_api_testing:$CI_COMMIT_TAG
name: registry.git.fsmpi.rwth-aachen.de/videoag/backend_api/videoag_api_testing:$CI_COMMIT_SHA
entrypoint: [""]
script:
- $CI_PROJECT_DIR/docker_start.sh -test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment