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
This commit is contained in:
Martin Pitt 2020-12-02 09:42:10 +01:00
parent 7fca9b9a26
commit d8ea2c0625

View file

@ -8,7 +8,7 @@ jobs:
cockpituous:
runs-on: ubuntu-latest
container:
image: docker.io/cockpit/release
image: ghcr.io/cockpit-project/release
steps:
- name: Set up configuration and secrets
run: |