Skip to content
Snippets Groups Projects
Commit cabebe23 authored by Thomas Spitzlei's avatar Thomas Spitzlei
Browse files

Update deprecated CI_BUILD_* Variable

parent ff50e9b7
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -3,6 +3,6 @@ build_image: ...@@ -3,6 +3,6 @@ build_image:
services: services:
- docker:dind - docker:dind
script: script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t $CI_REGISTRY_IMAGE --pull . - docker build -t $CI_REGISTRY_IMAGE --pull .
- docker push $CI_REGISTRY_IMAGE - docker push $CI_REGISTRY_IMAGE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment