misc: move to new tasks container location

This commit is contained in:
Allison Karlitskaya 2024-03-18 11:32:57 +01:00
parent e693028f5c
commit c262afbbd4
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ jobs:
source:
runs-on: ubuntu-latest
container:
image: quay.io/cockpit/tasks:latest
image: ghcr.io/cockpit-project/tasks:latest
options: --user root
permissions:
# create GitHub release

View File

@ -38,7 +38,7 @@ recommended to do that:
2. Create a development toolbox for Cockpit
toolbox create --image quay.io/cockpit/tasks -c cockpit
toolbox create --image ghcr.io/cockpit-project/tasks -c cockpit
3. Enter the toolbox:
@ -52,7 +52,7 @@ toolbox container. If desired, you can install additional packages with
The Cockpit team occasionally refreshes the `tasks` container image.
To re-create your development container from the latest image, run:
podman pull quay.io/cockpit/tasks
podman pull ghcr.io/cockpit-project/tasks
toolbox rm cockpit
...and then repeat steps 2 and 3 from above.