Skip to content

Commit

Permalink
Log in the docker.io registry
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Aug 23, 2023
1 parent e856e51 commit 3b9fb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variables:
- export TUTOR_PLUGINS_ROOT="${TUTOR_ROOT}/plugins"
- pip install -r requirements.txt
- docker buildx create --use
- docker login registry.abzt.de -u "${REGISTRY_USERNAME}" -p "${REGISTRY_PASSWORD}"
- docker login -u "${REGISTRY_USERNAME}" -p "${REGISTRY_PASSWORD}"
- yq eval 'keys | .[] | select(. == "*_MFE_APP")' config.yml | xargs -I {} yq -i ".{}.version = \"${CI_COMMIT_BRANCH}\"" config.yml
- tutor config save

Expand Down

0 comments on commit 3b9fb93

Please sign in to comment.