From f95b9a037366ecf02675827d409a58a38448f006 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 2 Dec 2020 10:29:38 +0100 Subject: [PATCH] workflows: Update release container registry With [1] the release container moved from dockerhub to GitHub's container registry, as we both build and use it from GitHub. This avoids running into docker.io pull limits. [1] https://github.com/cockpit-project/cockpituous/pull/353 Closes #398 --- .github/workflows/release.yml.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml.disabled index e2249d0..0f611bb 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml.disabled @@ -8,7 +8,7 @@ jobs: cockpituous: runs-on: ubuntu-latest container: - image: docker.io/cockpit/release + image: ghcr.io/cockpit-project/release steps: - name: Set up configuration and secrets run: |