diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index ff69576..2e4f6bf 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -28,7 +28,7 @@ jobs: - name: Login to Registry uses: docker/login-action@v3 with: - url: git.beyondcx.org + registry: git.beyondcx.org username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_PWD }}