.
Some checks failed
Testing pipes / Explore-Gitea-Actions (push) Failing after 31s

This commit is contained in:
Jonas Forsberg 2024-10-14 17:02:49 +02:00
parent 353291ec6a
commit d54a0e2121

View File

@ -24,4 +24,7 @@ jobs:
env:
REPO_PASSWORD: ${{ secrets.REPO_LOGIN }}
run: |
docker login --username $REPO_USERNAME --password $REPO_PASSWORD https://$REPO_HOST
echo "username: $REPO_USERNAME"
echo "password: $REPO_PASSWORD"
echo "repohost: $REPO_HOST"
docker login --username $REPO_USERNAME --password $REPO_PASSWORD $REPO_HOST