misc: move to new tasks container location

This commit is contained in:
Allison Karlitskaya 2024-03-18 11:30:18 +01:00
parent a4abd1bbc9
commit 6f53f89568
3 changed files with 5 additions and 5 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
@ -52,7 +52,7 @@ jobs:
permissions: {}
runs-on: ubuntu-latest
container:
image: quay.io/cockpit/tasks:latest
image: ghcr.io/cockpit-project/tasks:latest
options: --user root
steps:
- name: Checkout website repository

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
permissions: {}
container:
image: quay.io/cockpit/tasks
image: ghcr.io/cockpit-project/tasks
options: --user root
timeout-minutes: 10
steps:

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.