.github/workflows | ||
.gitignore | ||
action.yml | ||
Dockerfile | ||
entrypoint.sh | ||
LICENSE | ||
README.md |
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@1
Example Action
name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cubetiq/starter-docker-actions@v0.1
- name: Starter Docker Test
run: |
docker images
docker ps
docker --version
Contributors
- Sambo Chea sombochea@cubetiqs.com