Skip to content

Commit

Permalink
Update version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Dec 7, 2019
1 parent bf2a7a3 commit dbac046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The action does the following every time it is triggered:
Minimal example:

```yml
- uses: whoan/docker-build-with-cache-action@v1
- uses: whoan/docker-build-with-cache-action@v2
with:
username: whoan
password: "${{ secrets.DOCKER_PASSWORD }}"
Expand All @@ -55,7 +55,7 @@ Minimal example:
You can see a full **[working example in this repo](https://github.com/whoan/docker-images/blob/master/.github/workflows/node-alpine-slim.yml)** using GitHub's registry:
```yml
- uses: whoan/docker-build-with-cache-action@v1
- uses: whoan/docker-build-with-cache-action@v2
with:
username: "${{ secrets.DOCKER_USERNAME }}"
password: "${{ secrets.DOCKER_PASSWORD }}"
Expand All @@ -70,7 +70,7 @@ You can see a full **[working example in this repo](https://github.com/whoan/doc
Another example for **Google Cloud Platform** and more custom settings:
```yml
- uses: whoan/docker-build-with-cache-action@v1
- uses: whoan/docker-build-with-cache-action@v2
with:
username: _json_key
password: "${{ secrets.DOCKER_PASSWORD }}"
Expand Down

0 comments on commit dbac046

Please sign in to comment.