docs: example with latest docker build action

Closes #13
This commit is contained in:
Abdud Dayan Adeeb 2021-03-21 22:12:44 -04:00 committed by GitHub
parent a808c5419d
commit 43383a67d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: