create readme

This commit is contained in:
Ethan Apodaca 2023-03-21 20:40:53 -07:00
parent 9ca6633e52
commit 6689d765bf
2 changed files with 18 additions and 1 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# Usage
Use like this:
```yml
name: build
run-name: build images
on: [push]
jobs:
local-registry:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install docker
uses: papodaca/install-docker-action@main
```

View file

@ -1,7 +1,7 @@
name: Install Docker
description: Install Docker on debian or ubuntu
runs:
using: "composite"
using: composite
steps:
- shell: bash
run: |