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:
parent
d0178514d5
commit
6e1427493a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml.disabled
vendored
4
.github/workflows/release.yml.disabled
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue