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:
Martin Pitt 2020-12-02 10:29:38 +01:00 committed by GitHub
parent 7fca9b9a26
commit f95b9a0373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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