git login via https
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
2026-02-01 00:20:25 -08:00
parent ce3136c047
commit 439dc9ddef

View File

@@ -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: |