Update readme to replace dockerfile with containerfile (#61)

This commit is contained in:
Anand Kumar Singh 2021-12-21 22:17:34 +05:30 committed by GitHub
parent 5e1b62eb0c
commit cd360521c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,8 +112,8 @@ jobs:
with: with:
image: my-app image: my-app
tags: latest ${{ github.sha }} tags: latest ${{ github.sha }}
dockerfiles: | containerfiles: |
./Dockerfile ./Containerfile
# Podman Login action (https://github.com/redhat-actions/podman-login) also be used to log in, # 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. # in which case 'username' and 'password' can be omitted.