mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 10:11:21 +01:00
Update readme to replace dockerfile with containerfile (#61)
This commit is contained in:
parent
5e1b62eb0c
commit
cd360521c7
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue