ci: Add a name to push step
This commit is contained in:
parent
2a8e67ebce
commit
536401a1bd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ jobs:
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
auth_file_path: '$HOME/.config/containers/auth.json'
|
auth_file_path: '$HOME/.config/containers/auth.json'
|
||||||
|
|
||||||
- name:
|
- name: 'Push :ci-dev to registry'
|
||||||
uses: 'actions/push-to-registry@v2'
|
uses: 'actions/push-to-registry@v2'
|
||||||
with:
|
with:
|
||||||
image: 'ver4a/oci-builder'
|
image: 'ver4a/oci-builder'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue