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:
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue