From b202fa9e7d6bbf5639e587b96849f6a171edbe0a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 30 Jan 2018 17:36:49 +0100 Subject: [PATCH] docker: fix invalid tag name --- fpga/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/.gitlab-ci.yml b/fpga/.gitlab-ci.yml index f726ace65..fcde7bf97 100644 --- a/fpga/.gitlab-ci.yml +++ b/fpga/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: GIT_STRATEGY: fetch GIT_SUBMODULE_STRATEGY: recursive PREFIX: /usr/ - DOCKER_TAG_DEV: ${CI_COMMIT_REF_NAME} + DOCKER_TAG_DEV: ${CI_BUILD_REF_SLUG} DOCKER_IMAGE_DEV: villas/fpga-dev # For some reason, GitLab CI prunes the contents of the submodules so we need to restore them.