summaryrefslogtreecommitdiff
path: root/.github/workflows/container.yml
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-05-12 00:01:12 +0200
committerIvan Gabaldon <igabaldon@inetol.net>2025-05-15 11:37:18 +0200
commitcd64fb966e7e9d764e622e42b177a1f13dc65ec0 (patch)
tree26ef62d3ff54eb71d2d8401228a5f25a932eff81 /.github/workflows/container.yml
parent743f24d8c6b277191a915ef6f1558d6c33ee72c7 (diff)
[enh] container: support multiple registries
Allows to push the manifests to other registries, this allows to push both docker.io and ghcr.io registries.
Diffstat (limited to '.github/workflows/container.yml')
-rw-r--r--.github/workflows/container.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 93951674c..72e03be50 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -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