Skip to content

Commit

Permalink
Update readme to replace dockerfile with containerfile (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandrkskd authored Dec 21, 2021
1 parent 5e1b62e commit cd36052
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 @@ -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.
Expand Down

0 comments on commit cd36052

Please sign in to comment.