mirror of
https://github.com/papodaca/install-docker-action.git
synced 2024-11-23 18:02:09 +00:00
create readme
This commit is contained in:
parent
9ca6633e52
commit
6689d765bf
2 changed files with 18 additions and 1 deletions
17
README.md
Normal file
17
README.md
Normal 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
|
||||
```
|
|
@ -1,7 +1,7 @@
|
|||
name: Install Docker
|
||||
description: Install Docker on debian or ubuntu
|
||||
runs:
|
||||
using: "composite"
|
||||
using: composite
|
||||
steps:
|
||||
- shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue