From cd360521c79390e30b75d3dd0d4e10729d82d845 Mon Sep 17 00:00:00 2001 From: Anand Kumar Singh Date: Tue, 21 Dec 2021 22:17:34 +0530 Subject: [PATCH] Update readme to replace dockerfile with containerfile (#61) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f66908f..8b9d965 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ jobs: with: image: my-app tags: latest ${{ github.sha }} - dockerfiles: | - ./Dockerfile + containerfiles: | + ./Containerfile # Podman Login action (https://github.com/redhat-actions/podman-login) also be used to log in, # in which case 'username' and 'password' can be omitted.