gitlab-ci: CI_BUILD_* vars were renamed to other things

This commit is contained in:
Hans-Christoph Steiner 2023-05-05 12:13:22 +00:00 committed by Torsten Grote
parent 23d0a61e90
commit c093b7798b

View file

@ -8,11 +8,11 @@ stages:
- release - release
variables: variables:
TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest
before_script: before_script:
- echo $CI_BUILD_TOKEN | docker login -u gitlab-ci-token --password-stdin registry.gitlab.com - echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin registry.gitlab.com
build: build:
stage: build stage: build