From d8ea2c06254a89cec0d26ec0728829d729966f3c Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 2 Dec 2020 09:42:10 +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 --- .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: |