From cd64fb966e7e9d764e622e42b177a1f13dc65ec0 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Mon, 12 May 2025 00:01:12 +0200 Subject: [enh] container: support multiple registries Allows to push the manifests to other registries, this allows to push both docker.io and ghcr.io registries. --- .github/workflows/container.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') 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 -- cgit v1.2.3