You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When publishing Docker images to GitHub packages in an Eclipse-managed Github repository, they are automatically set to private. This is an org-wide setting and cannot be changed.
Thus, we must publish our docker images to DockerHub.
Requirements
image namespace and name must be defined as env variables
we must use org-provided credentials to log into Dockerhub:
Description
When publishing Docker images to GitHub packages in an Eclipse-managed Github repository, they are automatically set to
private
. This is an org-wide setting and cannot be changed.Thus, we must publish our docker images to DockerHub.
Requirements
README.md
file must contain a Notice section, similar to the IRS exampleREADME.md
) must get published to DockerHub as well using a GH Actions:Implementation proposal
publish-docker.yaml
publish-docker.yaml
runs only on pushes todevelop
andmain
and only if the Dockerhub credentials are present (prevents runs on forks)The text was updated successfully, but these errors were encountered: