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:
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