diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index daed854..8e2e071 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -12,10 +12,8 @@ jobs: uses: docker/login-action@v4 with: registry: git.sfclub.cc -# username: ${{ secrets.REGISTRY_USER }} -# password: ${{ secrets.REGISTRY_TOKEN}} - username: ${{ gitea.actor }} - password: ${{ gitea.token }} + username: ${{ secrets.REGISTRY_USER }} + password: ${{ secrets.REGISTRY_TOKEN}} - name: Setup buildx uses: docker/setup-buildx-action@v4 - name: Build and push