fix login
This commit is contained in:
parent
01fd161b46
commit
83df76288c
@ -21,7 +21,7 @@ test_amd64:
|
||||
- linux
|
||||
- amd64
|
||||
before_script:
|
||||
- echo "${REGISTRY_PASSWORD:?}" | docker login --password-stdin -u "${REGISTRY_USER:?}" -- "${CI_REGISTRY:?}"
|
||||
- echo "${CI_REGISTRY_PASSWORD:?}" | docker login --password-stdin -u "${CI_REGISTRY_USER:?}" -- "${CI_REGISTRY:?}"
|
||||
script:
|
||||
- earthly --ci --remote-cache=veilid/main-branch-cache:cache +unit-tests-linux-amd64
|
||||
when: manual
|
||||
@ -36,7 +36,7 @@ distribute_amd64:
|
||||
- linux
|
||||
- amd64
|
||||
before_script:
|
||||
- echo "${REGISTRY_PASSWORD:?}" | docker login --password-stdin -u "${REGISTRY_USER:?}" -- "${CI_REGISTRY:?}"
|
||||
- echo "${CI_REGISTRY_PASSWORD:?}" | docker login --password-stdin -u "${CI_REGISTRY_USER:?}" -- "${CI_REGISTRY:?}"
|
||||
script:
|
||||
- earthly --remote-cache=veilid/main-branch-cache:cache +package-linux-amd64
|
||||
# - /home/gitlab-runner/distribute-packages.sh
|
||||
|
Loading…
Reference in New Issue
Block a user