fixup! ci: fix skopeo destination arguments
This commit is contained in:
parent
7b58914669
commit
e849419273
1 changed files with 2 additions and 3 deletions
|
@ -17,9 +17,8 @@ steps:
|
|||
- name: push
|
||||
image: quay.io/skopeo/stable
|
||||
commands:
|
||||
- "skopeo login dev.ccchb.de -u ccchb -p $${FORGEJO_API_TOKEN}"
|
||||
- "skopeo copy oci-archive:/woodpecker/image.tar docker://dev.ccchb.de/ccchb/oci-images/keycloak:$${CI_COMMIT_TAG##keycloak/}"
|
||||
- "skopeo copy oci-archive:/woodpecker/image.tar docker://dev.ccchb.de/ccchb/oci-images/keycloak:latest"
|
||||
- "skopeo copy --dest-creds ccchb:$${FORGEJO_API_TOKEN} oci-archive:/woodpecker/image.tar docker://dev.ccchb.de/ccchb/oci-images/keycloak:$${CI_COMMIT_TAG##keycloak/}"
|
||||
- "skopeo copy --dest-creds ccchb:$${FORGEJO_API_TOKEN} oci-archive:/woodpecker/image.tar docker://dev.ccchb.de/ccchb/oci-images/keycloak:latest"
|
||||
secrets:
|
||||
- FORGEJO_API_TOKEN
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue