From e1d2d498016593a7b9d73423609d48e1f1a349dc Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 2 Apr 2024 16:05:48 +0200 Subject: [PATCH] workflows: Run tasks-container-update.yml in quay.io/cockpit/tasks The quay.io location is obsolete, the image moved to GitHub registry. --- .github/workflows/tasks-container-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tasks-container-update.yml b/.github/workflows/tasks-container-update.yml index a262d48aa..a5ec43cfb 100644 --- a/.github/workflows/tasks-container-update.yml +++ b/.github/workflows/tasks-container-update.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write statuses: write container: - image: quay.io/cockpit/tasks + image: ghcr.io/cockpit-project/tasks options: --user root steps: - name: Set up configuration and secrets