mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
ci: replace deprecated CI variables for Gitlab 16
This commit is contained in:
@@ -26,7 +26,7 @@ setup:
|
|||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
script:
|
script:
|
||||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
|
||||||
- docker build -t registry.gitlab.com/openstapps/app .
|
- docker build -t registry.gitlab.com/openstapps/app .
|
||||||
- docker push registry.gitlab.com/openstapps/app
|
- docker push registry.gitlab.com/openstapps/app
|
||||||
cache: {} # disable irrelevant cache for this job
|
cache: {} # disable irrelevant cache for this job
|
||||||
|
|||||||
Reference in New Issue
Block a user