This commit is contained in:
2023-11-23 13:50:02 -06:00
parent b19c3bdf94
commit df1eb6fb89
5 changed files with 95 additions and 0 deletions

4
scripts/docker/login.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
#%%MULTILINE_YAML_START
#Docker Login
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY/$CI_PROJECT_PATH