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

feat(docker): push dragonfly image to gcp artifact registry #4716

Merged
merged 15 commits into from
Mar 25, 2025

Conversation

Abhra303
Copy link
Contributor

@Abhra303 Abhra303 commented Mar 6, 2025

Fixes #4603. I have tested the docker-dev-release.yml. Not sure how to test the docker-release-artifact-registry.yml workflow. Do I have to open the PR from dragonflydb/dragonfly repo to test the workflow?

I also need to add gcp service account key in the repo secrets.

uses: docker/login-action@v3
with:
registry: us-central1-docker.pkg.dev
username: _json_key
Copy link
Collaborator

Choose a reason for hiding this comment

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

does it have to be _json_key ? Can we have a user "github_actions" for example?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

https://github.com/docker/login-action?tab=readme-ov-file#google-artifact-registry-gar has two ways to authenticate to artifact registry. json_key is one of them. Not sure what you meant by user "github_actions". Could you explain?

Abhra303 added 15 commits March 25, 2025 12:15
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
Signed-off-by: Abhradeep Chakraborty <[email protected]>
@romange romange merged commit 30ce734 into dragonflydb:main Mar 25, 2025
10 checks passed
@romange
Copy link
Collaborator

romange commented Mar 25, 2025

thanks!

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.

Please upload dragonfly at docker hub
2 participants