From f1af5976466af33b750161c4f40a3f60fdbd6d82 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 2 Dec 2020 10:27:32 +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. https://github.com/cockpit-project/cockpituous/pull/353 Closes #14999 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48b5cc09210..d60029ad8fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |