push to scaleway registry
This commit is contained in:
@@ -43,10 +43,18 @@
|
||||
that:
|
||||
- result.images | length == 1
|
||||
|
||||
- name: Login to scaleway registry
|
||||
docker_login:
|
||||
registry_url: rg.fr-par.scw.cloud/covas
|
||||
username: nologin
|
||||
password: "{{ token_scaleway }}"
|
||||
reauthorize: true
|
||||
|
||||
|
||||
- name: Tag and push to custom registry
|
||||
docker_image:
|
||||
name: quarkus-native
|
||||
repository: registry.valczeryba.ovh:5000/quarkus-native
|
||||
repository: rg.fr-par.scw.cloud/covas/quarkus-native
|
||||
tag: latest
|
||||
push: yes
|
||||
source: local
|
||||
|
Reference in New Issue
Block a user