Skip to content

Commit

Permalink
adapt README for new location and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwindower committed Aug 6, 2020
1 parent f213709 commit ab8d034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Action for `docker-make`

Wraps `docker-make` as a GitHub action.
Wraps [docker-make](https://github.com/fi-ts/docker-make) as a GitHub action.

## Inputs

Expand All @@ -21,7 +21,7 @@ Command and/or arguments to pass to `docker-make`.
```yaml
- uses: actions/checkout@v3
- name: Run docker-make
uses: metal-stack/action-docker-make@master
uses: fi-ts/action-docker-make@v0.3.4
with:
username: "dockerhubuser"
password: "dockerhubpassword"
Expand Down

0 comments on commit ab8d034

Please sign in to comment.