Replace the push-docker role by login-registry and use podman.
This commit replaces the push-docker role which depends on docker by a new role login-registry which is using podman instead. Fixes https://pagure.io/fedora-infrastructure/issue/8393 Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
d5abe969e1
commit
85be95fb79
5 changed files with 36 additions and 43 deletions
|
@ -3,7 +3,7 @@
|
|||
# This role install skopeo and the certificates
|
||||
# needed to push container images to our production registry.
|
||||
# Note : push to the candidate-registry is done using docker login
|
||||
# see the push-docker role.
|
||||
# see the login-registry role.
|
||||
|
||||
- name: install necessary packages
|
||||
package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue