workflows: Switch release to cockpit/tasks container

The unit-tests container was dropped in
f16f1fc14b

Also switch the template to current actions/checkout version.
This commit is contained in:
Martin Pitt 2024-02-20 11:39:37 +01:00 committed by Allison Karlitskaya
parent d0178514d5
commit 6e1427493a

View file

@ -11,14 +11,14 @@ jobs:
source: source:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/cockpit-project/unit-tests image: quay.io/cockpit/tasks:latest
options: --user root options: --user root
permissions: permissions:
# create GitHub release # create GitHub release
contents: write contents: write
steps: steps:
- name: Clone repository - name: Clone repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0