mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 18:21:20 +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:
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue