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

Explain in readme how to push to the registry once you've deployed #11

Open
irvinebroque opened this issue Dec 20, 2023 · 3 comments
Open

Comments

@irvinebroque
Copy link
Collaborator

Our getting started guide (https://github.com/cloudflare/serverless-registry/?tab=readme-ov-file#deployment) currently shows you how to deploy the Worker, but doesn't explain how to upload an image to the registry.

@BrammyS
Copy link

BrammyS commented May 31, 2024

Can't figure out how to do this. So this would be very helpful :)

@muhajirdev
Copy link

muhajirdev commented Jun 2, 2024

In case anyone wondering

$ docker pull alpine
$ docker tag alpine your-worker.workers.dev/my-alpine-image
$ docker login your-worker.workers.dev
$ docker push your-worker.workers.dev/my-alpine-image

@BrammyS
Copy link

BrammyS commented Jun 2, 2024

In case anyone wondering

$ docker pull alpine
$ docker tag alpine your-worker.workers.dev/my-alpine-image
$ docker login your-worker.workers.dev
$ docker push your-worker.workers.dev/my-alpine-image

Thank you! That helps me out a lot!
What about version tagging btw? Is that simply adding :1.1.0 or something similar to the end like normal?

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

No branches or pull requests

3 participants