misc: move to new tasks container location

This commit is contained in:
Allison Karlitskaya 2024-03-18 11:34:35 +01:00 committed by Martin Pitt
parent ee5e9bd243
commit 58df999d82
2 changed files with 2 additions and 2 deletions

View file

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

View file

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