From cfed2b707d00cfc59e93f05e3c57291feab6c873 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Wed, 21 Feb 2024 15:13:37 +0100 Subject: [PATCH] workflows: Switch release to cockpit/tasks container The unit-tests container was dropped in cockpit-project/cockpit@f16f1fc14b88c Also switch the template to current actions/checkout version. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3044bd6d0..5e1044e827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,14 +8,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