mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-02 07:27:47 +02:00
update readme, replace dockerfile with containerfile
This commit is contained in:
parent
5e1b62eb0c
commit
99f1bd52cd
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