Skip to content

Commit

Permalink
docs: example with latest docker build action
Browse files Browse the repository at this point in the history
Closes addnab#13
  • Loading branch information
addnab authored Mar 22, 2021
1 parent a808c54 commit 43383a6
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 @@ -34,9 +34,9 @@
#### run an image built by a previous step
```yaml
- uses: docker/build-push-action@v1
- uses: docker/build-push-action@v2
with:
repository: test-image
tags: test-image:latest
push: false
- uses: addnab/docker-run-action@v3
with:
Expand Down

0 comments on commit 43383a6

Please sign in to comment.