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

fix(255): push image to ghcr instead of docker hub #298

Merged
merged 10 commits into from
Apr 5, 2023
Merged

fix(255): push image to ghcr instead of docker hub #298

merged 10 commits into from
Apr 5, 2023

Conversation

karl-johan-grahn
Copy link
Contributor

@karl-johan-grahn karl-johan-grahn commented Mar 21, 2022

Fixes #255. This change will push the docker image to ghcr instead of docker hub to avoid rate limits, using the username of the user that initiated the workflow run and the secret that is automatically created for every workflow run.

@stakater-user
Copy link
Contributor

@karl-johan-grahn Image is available for testing. docker pull stakater/reloader:SNAPSHOT-PR-298-3b946159

@stakater-user
Copy link
Contributor

@karl-johan-grahn Image is available for testing. docker pull stakater/reloader:SNAPSHOT-PR-298-cb39cf1a

@stakater-user
Copy link
Contributor

@karl-johan-grahn Image is available for testing. docker pull stakater/reloader:SNAPSHOT-PR-298-a5bb0392

@stakater-user
Copy link
Contributor

@karl-johan-grahn Image is available for testing. docker pull stakater/reloader:SNAPSHOT-PR-298-77e2df9d

@stakater-user
Copy link
Contributor

@karl-johan-grahn Image is available for testing. docker pull stakater/reloader:SNAPSHOT-PR-298-72ae858c

@onedr0p
Copy link
Contributor

onedr0p commented May 6, 2022

Any update on this being merged?

@stakater-user
Copy link
Contributor

@karl-johan-grahn Image is available for testing. docker pull stakater/reloader:SNAPSHOT-PR-298-2cca4124

@onedr0p
Copy link
Contributor

onedr0p commented Jul 20, 2022

@rasheedamir can we get some traction on this?

@onedr0p
Copy link
Contributor

onedr0p commented Dec 18, 2022

Any update on this?

@rasheedamir
Copy link
Member

@karl-johan-grahn can you plz update so, we push to both dockerhub and ghcr?

@@ -83,11 +84,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to Registry
uses: docker/login-action@v1
- name: Login to Docker registry ${{env.REGISTRY}}
Copy link
Contributor

@MahnoorAsghar MahnoorAsghar Feb 1, 2023

Choose a reason for hiding this comment

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

Should we update name to 'Login to GHCR registry' or 'image registry'?

@@ -86,11 +87,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to Registry
uses: docker/login-action@v1
- name: Login to Docker registry ${{env.REGISTRY}}
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we update name to 'Login to GHCR registry' or 'image registry'?

@onedr0p
Copy link
Contributor

onedr0p commented Mar 15, 2023

Given the recent dockerhub announcement of removing free team orgs, I'm wondering if the current org will be affected? And if so perhaps this could finally have a high priority?

docker/hub-feedback#2314

@faizanahmad055
Copy link
Contributor

@MahnoorAsghar can you please take this up? The chart also needs to be updated for this as we need to update the image repo.

@onedr0p
Copy link
Contributor

onedr0p commented Mar 16, 2023

This should be considered a high priority unless your team is paying for Dockerhub. Can anyone take this over and see it to completion?

According to the folks at Docker, you all have less than 30 days to figure out what to do if not paying for dockerhub.

@Whisper40
Copy link
Contributor

It seems that the situation changed (rollback of decision) : docker/hub-feedback#2314 (comment)

@nicl-dev
Copy link

nicl-dev commented Apr 3, 2023

It would still be nice to finally have this merged, to avoid things like running into rate limits. Also, the Docker organisation seems to become less and less reliable.

@onedr0p
Copy link
Contributor

onedr0p commented Apr 3, 2023

I am pretty exhausted at this point of asking for this. What is the deal, is anyone maintaining this project anymore? Should we look for alternatives?

@hussnain612 hussnain612 self-assigned this Apr 5, 2023
@stakater-user
Copy link
Contributor

@hussnain612 Yikes! You better fix it before anyone else finds out! Build has Failed!

@stakater-user
Copy link
Contributor

@hussnain612 Image is available for testing. docker pull stakater/reloader:SNAPSHOT-PR-298-ddbe3036

@hussnain612 hussnain612 merged commit 1bdc540 into stakater:master Apr 5, 2023
@hussnain612
Copy link
Contributor

@onedr0p sorry for the delay. This has been merged now.

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.

Push official images to a different registry, in addition to Docker Hub