From 988ff470bf563de2ad5747bdaca354f615b5a27b Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 20 Feb 2024 11:39:37 +0100 Subject: [PATCH] workflows: Switch release to cockpit/tasks container The unit-tests container was dropped in https://github.com/cockpit-project/cockpit/commit/f16f1fc14b88c Also switch the template to current actions/checkout version. --- .github/workflows/release.yml.disabled | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml.disabled index 5a5d46a..a7bbf6b 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml.disabled @@ -11,14 +11,14 @@ jobs: source: runs-on: ubuntu-latest container: - image: ghcr.io/cockpit-project/unit-tests + image: quay.io/cockpit/tasks:latest options: --user root permissions: # create GitHub release contents: write steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0