mesudip/Setup docker-stack auth

Configure isolated Docker auth/context for docker-stack and Docker CLI commands in GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
managerDocker-Manager host, IP, or URL.yes
contextOptional Docker context name. Defaults to dm-proxy.no""
auth-modeOptional auth mode. One of auto, oidc, access-token.noauto
access-tokenOptional pre-issued manager access token.no""
oidc-audienceAudience to request for GitHub OIDC tokens.nodocker-manager
docker-config-dirOptional isolated Docker config directory. Defaults to RUNNER_TEMP/docker-stack/<context-or-default> or ~/.docker-stack/actions/<context-or-default>.no""
verify-sslVerify the manager TLS certificate. Defaults to false.nofalse
namedescription
docker-configDocker config directory configured by the action.
docker-contextDocker context selected by the action.
manager-urlNormalized Docker-Manager URL.
skip-tls-verifyWhether TLS verification is skipped for the manager endpoint.