mirror of
https://github.com/papodaca/install-docker-action.git
synced 2024-12-03 14:52:11 +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
|
name: Install Docker
|
||||||
description: Install Docker on debian or ubuntu
|
description: Install Docker on debian or ubuntu
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue