You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or
want to send it as command line
```
--keyring-append local-melange.rsa.pub \
--repository-append https://gitlab.com/mygroup/my-development/packages/ \
--keyring-append https://gitlab.com/mygroup/my-developmen/my-signing.rsa.pub \
How do I pass the credential ?
currently I can login `
apko login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"`
which works.
will it able to get the packages as well ?
I could not reference it as artifacts path as like
Let us say, I push my melange build apks to gitlab registry pacakges
I want to include
repositories:
- https://packages.wolfi.dev/os
- "$CI_PROJECT_DIR/packages"
packages:
- wolfi-base
- ca-certificates-bundle
- my-secdev-package
packages:
- wolfi-base
- ca-certificates-bundle
- my-secdev-package@local
packages:
- wolfi-base
- ca-certificates-bundle
- my-secdev-package
packages:
- wolfi-base
- ca-certificates-bundle
- my-secdev-package
The text was updated successfully, but these errors were encountered: