ci: Log into registry
In preparation for pushing.
This commit is contained in:
parent
d8ac4a4eb5
commit
ca41fc9b58
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ stages:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
# Log into the registry
|
||||
- echo "$CI_REGISTRY_PASSWORD" | podman login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
|
||||
script:
|
||||
- rpm-ostree install distribution-gpg-keys
|
||||
- rpm-ostree compose image -i --format=ociarchive fedora.yaml fedora.oci-archive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue