misc: move to new tasks container location
This commit is contained in:
parent
ee5e9bd243
commit
58df999d82
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ container:
|
||||||
# official cockpit CI container, with cockpit related build and test dependencies
|
# official cockpit CI container, with cockpit related build and test dependencies
|
||||||
# if you want to use your own, see the documentation about required packages:
|
# if you want to use your own, see the documentation about required packages:
|
||||||
# https://github.com/cockpit-project/cockpit/blob/main/HACKING.md#getting-the-development-dependencies
|
# https://github.com/cockpit-project/cockpit/blob/main/HACKING.md#getting-the-development-dependencies
|
||||||
image: quay.io/cockpit/tasks
|
image: ghcr.io/cockpit-project/tasks
|
||||||
kvm: true
|
kvm: true
|
||||||
# increase this if you have many tests that benefit from parallelism
|
# increase this if you have many tests that benefit from parallelism
|
||||||
cpu: 1
|
cpu: 1
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml.disabled
vendored
2
.github/workflows/release.yml.disabled
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
source:
|
source:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: quay.io/cockpit/tasks:latest
|
image: ghcr.io/cockpit-project/tasks:latest
|
||||||
options: --user root
|
options: --user root
|
||||||
permissions:
|
permissions:
|
||||||
# create GitHub release
|
# create GitHub release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue