Skip to content
Snippets Groups Projects
Commit 56d119c5 authored by Leon Keim's avatar Leon Keim
Browse files

Merge branch 'ci/fix_variables_from_dumux' into 'master'

Use intermediate variable for image name to fix variables from dumux

See merge request !220
parents 73f5c220 b5ff6b4b
No related branches found
No related tags found
1 merge request!220Use intermediate variable for image name to fix variables from dumux
Pipeline #45227 failed
......@@ -86,4 +86,5 @@ check-pipeline-status:
full-dune-latest-release-gcc:
extends: .default-trigger
variables:
IMAGE: $IMAGE_REGISTRY_URL/${DUMUX_DOCKER_CI_BRANCH}_full:dune-$DUMUX_CI_DUNE_LATEST_RELEASE-gcc-ubuntu-22.04
IMAGE_NAME: "${DUMUX_DOCKER_CI_BRANCH}_full"
IMAGE: "$IMAGE_REGISTRY_URL/$IMAGE_NAME:dune-$DUMUX_CI_DUNE_LATEST_RELEASE-gcc-ubuntu-22.04"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment