Skip to content

Commit

Permalink
doc: update README with latest release version
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jul 18, 2020
1 parent d37aea6 commit 9b806f4
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
Expand Up @@ -16,7 +16,7 @@ steps:
- run: commandToBuildYourProject.sh
- name: Dockerize
if: success()
uses: manusa/[email protected].0
uses: manusa/[email protected].1
with:
name: organization/image_name
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down Expand Up @@ -53,7 +53,7 @@ steps:
- run: commandToBuildYourProject.sh
- name: Dockerize
if: success()
uses: manusa/[email protected].0
uses: manusa/[email protected].1
with:
name: organization/image_name
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down

0 comments on commit 9b806f4

Please sign in to comment.