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

Update docker.yml to optionally push to DockerHub #911

Closed
wants to merge 3 commits into from

Conversation

tillrohrmann
Copy link
Contributor

This commit updates the docker.yml to optionally push the generated Docker image to DockerHub. It also updates the release.yml to enable this feature when creating releases.

This fixes #909.

This commit updates the docker.yml to optionally push the
generated Docker image to DockerHub. It also updates the
release.yml to enable this feature when creating releases.

This fixes #909.
Copy link
Contributor

@slinkydeveloper slinkydeveloper left a comment

Choose a reason for hiding this comment

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

Two considerations:

  • For the e2e tests, I guess we continue to use the images we publish on ghcr.io right? I prefer to do that, because we might hit the anonymous download quota from docker hub otherwise.
  • Can you open an issue to update the image used in java sdk sdk-testing when we perform the next release?

.github/workflows/docker.yml Outdated Show resolved Hide resolved
.github/workflows/docker.yml Show resolved Hide resolved
Copy link

Test Results

  98 files  ±0    98 suites  ±0   9m 57s ⏱️ -20s
  87 tests ±0    87 ✔️ ±0  0 💤 ±0  0 ±0 
220 runs  ±0  220 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 698ac92. ± Comparison against base commit bf04449.

@AhmedSoliman
Copy link
Contributor

❯ docker search restatedev
NAME                 DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
restatedev/restate   Restate is the application platform for buil…   0

Nice!

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.

Publish Restate docker image to dockerhub
3 participants