Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload GRR image to GitHub container registry instead of DockerHub. #1026

Merged
merged 3 commits into from
Mar 22, 2023

Conversation

mbushkov
Copy link
Collaborator

No description provided.

@@ -259,13 +259,14 @@ jobs:
export BRANCH=$(echo $GITHUB_REF | cut -d'/' -f 3)
./appveyor/docker_build/build_docker_image.sh
- if: ${{ github.event_name == 'push' }}
name: Log in to Docker Hub
name: Login with Github Container registry
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: GitHub.

Also, from what I see, it is called "GitHub Packages", not "GitHub Container".

Copy link
Collaborator Author

@mbushkov mbushkov Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed Github -> GitHub.

- if: ${{ github.event_name == 'push' }}
name: Push to ${{ env.DOCKER_REPOSITORY }}
name: Push to GitHub Container registry
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As said above, I think GitHub container registry is a valid term (this is what ghcr.io stands for) and what's used in the documentation.

@mbushkov mbushkov merged commit 8eeec25 into master Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants