Go to file
Sambo Chea 21c3ada301
Create main.yml
2021-03-26 20:49:41 +07:00
.github/workflows Create main.yml 2021-03-26 20:49:41 +07:00
.gitignore Just add example action but not complete yet 2021-03-26 11:54:15 +07:00
action.yml Updated the branding 2021-03-26 20:39:38 +07:00
Dockerfile Add github action with latest docker version 2021-03-26 20:30:02 +07:00
entrypoint.sh Add entrypoint for docker execute in action 2021-03-26 20:32:50 +07:00
LICENSE Just add example action but not complete yet 2021-03-26 11:54:15 +07:00
README.md Updated readme and add usage 2021-03-26 20:45:04 +07:00

Starter Docker - GitHub Actions

  • Run actions with docker (latest version)
  • Quick and easy to use
  • Support custom registry
  • Support custom shell and commands

Usage

- name: Starter Docker
  uses: CUBETIQ/starter-docker-actions@v0.1

Contributors