change token
Build and Push Docker Image / build (push) Failing after 5s
Test Runner / test (push) Successful in 1s

This commit is contained in:
2026-03-10 23:45:49 -04:00
parent 7085ecc4e2
commit b919ba3884
+1 -10
View File
@@ -13,17 +13,8 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Debug network
run: |
echo "=== DNS resolve ==="
nslookup git.timothykim.net || echo "nslookup failed"
echo "=== Curl registry ==="
curl -vk https://git.timothykim.net/v2/ 2>&1 | head -30
echo "=== Ping ==="
ping -c 2 git.timothykim.net || echo "ping failed"
- name: Login to Gitea Registry - name: Login to Gitea Registry
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.timothykim.net -u ${{ gitea.actor }} --password-stdin run: echo "${{ gitea.token }}" | docker login git.timothykim.net -u ${{ gitea.actor }} --password-stdin
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5