fix(Container publishing): Revert back to Container Registry not Registry image

This commit is contained in:
Marcel Feix 2022-06-10 09:46:47 +02:00
parent adfbf9e353
commit 7bdeb9ba23
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03
2 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@ Needs a build container on the path `image.tar`. Use one of the Container build
.Variables
|===
|Name |Description | Default Value
| CONTAINER_REGISTRY_IMAGE | The address of the projects Container Registry. | $CI_REGISTRY_IMAGE
| CONTAINER_REGISTRY | The address of the projects Container Registry. | $CI_REGISTRY
| CONTAINER_REGISTRY_USER | the user that should be used | $CI_REGISTRY_USER
| CONTAINER_REGISTRY_PASSWORD | the password for the remote registry | $CI_REGISTRY_PASSWORD
| EXTRA_PATH | Extra path that should be between the registry path and the image tag | ""
| EXTRA_PATH | Extra path that should be between the registry path and the image tag. Has to start with a "/" | ""
| IMAGE_TAG | the Tag the image should be found on | Depends on the current path. Look at the rules of the Job.
|===

View File

@ -4,7 +4,7 @@
name: quay.io/containers/skopeo:v1.5.2
entrypoint: [ "" ]
variables:
CONTAINER_REGISTRY: $CI_REGISTRY_IMAGE
CONTAINER_REGISTRY: $CI_REGISTRY
CONTAINER_REGISTRY_USER: $CI_REGISTRY_USER
CONTAINER_REGISTRY_PASSWORD: $CI_REGISTRY_PASSWORD
EXTRA_PATH: ""