• v1 a2d06e91b2

    v1 Stable

    TurtleException released this 2026-04-10 16:14:05 +00:00 | 0 commits to main since this release

    📜 Changelog

    • Everything (first release)

    🗺️ Usage

    - uses: https://forge.turtle-host.de/actions/docker-login@v1
      with:
    
        # Address of the Docker registry. Defaults to the forge registry.
        # Example:  https://forge.turtle-host.de/
        # Default:  ${{ forgejo.server_url }}
        registry: ''
    
        # Login username
        # Example:  bob
        # Default:  oauth2
        username: ''
    
        # Login password
        # Example:  supersecretpassword123
        # Default:  ""
        password: ''
    
    Downloads