forked from Icycoide/searxng
[enh] container: support multiple registries
Allows to push the manifests to other registries, this allows to push both docker.io and ghcr.io registries.
This commit is contained in:
parent
743f24d8c6
commit
cd64fb966e
2 changed files with 16 additions and 12 deletions
8
.github/workflows/container.yml
vendored
8
.github/workflows/container.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue