From 43383a67d7bb31c4bd88a7947e2c67af6223daa6 Mon Sep 17 00:00:00 2001 From: Abdud Dayan Adeeb Date: Sun, 21 Mar 2021 22:12:44 -0400 Subject: [PATCH] docs: example with latest docker build action Closes #13 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6381f33..8bdac31 100644 --- a/README.md +++ b/README.md @@ -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: