diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 5c21f6a..dfb78b7 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -26,12 +26,13 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Login to ghcr + - name: Log in to the Container registry uses: docker/login-action@v3 + # docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: - registry: gitea.k8s.4sigma.top - username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + registry: gitea.k8s.4sigma.top + username: ${{ gitea.repository_owner }} + password: ${{ secrets.GITEA_TOKEN}} - name: Set up QEMU uses: docker/setup-qemu-action@v3