update gitea endpoint
Some checks failed
Push web base image / build_base_image (3.18, 3.10) (push) Failing after 14s
Push web base image / build_base_image (3.19, 3.10) (push) Failing after 12s
Push web base image / build_base_image (3.18, 3.11) (push) Failing after 9s
Push web base image / build_base_image (3.19, 3.11) (push) Failing after 8s
Push web base image / build_base_image (3.19, 3.12) (push) Failing after 8s
Push web base image / build_base_image (3.19, 3.13) (push) Failing after 8s
Push web base image / build_base_image (3.20, 3.10) (push) Failing after 13s
Push web base image / build_base_image (3.20, 3.11) (push) Failing after 13s
Push web base image / build_base_image (3.20, 3.12) (push) Failing after 8s
Push web base image / build_base_image (3.20, 3.13) (push) Failing after 8s
Push web base image / build_base_image (3.21, 3.10) (push) Failing after 8s
Push web base image / build_base_image (3.21, 3.11) (push) Failing after 9s
Push web base image / build_base_image (3.21, 3.12) (push) Failing after 9s
Push web base image / build_base_image (3.21, 3.13) (push) Failing after 8s

This commit is contained in:
Attilio Greco 2025-01-13 15:09:50 +01:00
parent 0ca90ccdac
commit 3a77144134

View File

@ -29,7 +29,7 @@ jobs:
- name: Login to ghcr - name: Login to ghcr
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: gitea.k8s.4sigma.top
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}