git login via https
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
# We use single quotes around the secret to prevent shell interpretation
|
# We use single quotes around the secret to prevent shell interpretation
|
||||||
# and the VM IP to bypass the 'server' DNS issue.
|
# and the VM IP to bypass the 'server' DNS issue.
|
||||||
run: |
|
run: |
|
||||||
echo '${{ secrets.GITEA_TOKEN }}' | docker login git.chopark.home:3000 --username ${{ github.actor }} --password-stdin
|
echo '${{ secrets.GITEA_TOKEN }}' | docker login https://git.chopark.home --username ${{ github.actor }} --password-stdin
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user