Skip to content

Commit

Permalink
workflows: Update release container registry
Browse files Browse the repository at this point in the history
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.

cockpit-project/cockpituous#353

Closes cockpit-project#14999
  • Loading branch information
martinpitt authored and thomasvandenbosch13 committed Apr 12, 2021
1 parent 602d3dd commit f1af597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit f1af597

Please sign in to comment.