Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Setup node

A github action to setup Docker

How to use?

- uses: FuelLabs/github-actions/setups/docker
  with:
    username: ${{ github.repository_owner }}
    password: ${{ secrets.GITHUB_TOKEN }}

Inputs

Name Description
username Username for https://ghcr.io
password Password for https://ghcr.io
compose-version Docker Dompose version

Outputs

No outputs defined

License

The primary license for this repo is Apache 2.0, see LICENSE.