From 58df999d8240aca52f6aaa0454e67319d7a04313 Mon Sep 17 00:00:00 2001 From: Allison Karlitskaya Date: Mon, 18 Mar 2024 11:34:35 +0100 Subject: [PATCH] misc: move to new tasks container location --- .cirrus.yml | 2 +- .github/workflows/release.yml.disabled | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e49a77b..128f8f9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ container: # official cockpit CI container, with cockpit related build and test dependencies # if you want to use your own, see the documentation about required packages: # https://github.com/cockpit-project/cockpit/blob/main/HACKING.md#getting-the-development-dependencies - image: quay.io/cockpit/tasks + image: ghcr.io/cockpit-project/tasks kvm: true # increase this if you have many tests that benefit from parallelism cpu: 1 diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml.disabled index 20609b8..161b184 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml.disabled @@ -11,7 +11,7 @@ jobs: source: runs-on: ubuntu-latest container: - image: quay.io/cockpit/tasks:latest + image: ghcr.io/cockpit-project/tasks:latest options: --user root permissions: # create GitHub release