[enh] container: support multiple registries
Some checks are pending
Documentation / Release (push) Waiting to run
Integration / Theme (push) Waiting to run
Integration / Python 3.10 (push) Waiting to run
Integration / Python 3.11 (push) Waiting to run
Integration / Python 3.12 (push) Waiting to run
Integration / Python 3.13 (push) Waiting to run
Integration / Python 3.9 (push) Waiting to run

Allows to push the manifests to other registries, this allows to push both docker.io and ghcr.io registries.
This commit is contained in:
Ivan Gabaldon 2025-05-12 00:01:12 +02:00
parent 743f24d8c6
commit cd64fb966e
2 changed files with 16 additions and 12 deletions

View file

@ -117,10 +117,6 @@ jobs:
os: ubuntu-24.04-arm
emulation: true
permissions:
# Organization GHCR
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
@ -152,6 +148,10 @@ jobs:
- build
- test
permissions:
# Organization GHCR
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4