Attempts to log in to the Docker registry
Find a file
2026-04-10 18:14:05 +02:00
src Add execution permission to script 2026-04-10 18:14:05 +02:00
action.yaml Create basic action logic 2026-04-08 18:32:33 +02:00
LICENSE Create LICENSE 2026-04-08 18:14:21 +02:00
README.md Create README.md 2026-04-08 18:37:37 +02:00

Docker Login Action

Attempts to log in to a docker registry.

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: ''