workflows: Update release container registry
With [1] the release container moved from dockerhub to GitHub's container registry, as we both build and use it from GitHub. This avoids running into docker.io pull limits. [1] https://github.com/cockpit-project/cockpituous/pull/353 Closes #398
This commit is contained in:
parent
7fca9b9a26
commit
f95b9a0373
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml.disabled
vendored
2
.github/workflows/release.yml.disabled
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
cockpituous:
|
cockpituous:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker.io/cockpit/release
|
image: ghcr.io/cockpit-project/release
|
||||||
steps:
|
steps:
|
||||||
- name: Set up configuration and secrets
|
- name: Set up configuration and secrets
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue