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
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
It would be very helpful to have the container image ready to use just by running docker pull. The image can be stored along with this repo using the GitHub Container Registry which is free for OSS.
A GitHub action can be set up to build the image every time a GitHub release is created.
Something like the below will be sufficient. I can't set this up as someone from the team will need to provide a credential for pushing the image to the repo.
Same thing as ArweaveTeam/testweave-docker#3
It would be very helpful to have the container image ready to use just by running
docker pull
. The image can be stored along with this repo using the GitHub Container Registry which is free for OSS.A GitHub action can be set up to build the image every time a GitHub release is created.
Something like the below will be sufficient. I can't set this up as someone from the team will need to provide a credential for pushing the image to the repo.
For setting up
CR_PAT
: https://docs.github.com/en/packages/guides/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registryThe text was updated successfully, but these errors were encountered: