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
Since we're only able to retain a single tag for each Docker image in GHCR, we'd like to only push the develop version.
Analysis
We can change it to use the latest tag for the develop version. We can stop using any other tags than latest.
Ultimately we'd like to avoid putting any Sleeper code into these Docker images, but we can keep it as it is for the environment image for now as well.
Here are some places that reference the Docker images by their GitHub Container Registry image name:
The CLI install script (?)
The CLI script to run Docker
The Dev Container configuration
The GitHub Actions workflows
The text was updated successfully, but these errors were encountered:
Background
Split from:
Description
Since we're only able to retain a single tag for each Docker image in GHCR, we'd like to only push the develop version.
Analysis
We can change it to use the latest tag for the develop version. We can stop using any other tags than latest.
Ultimately we'd like to avoid putting any Sleeper code into these Docker images, but we can keep it as it is for the environment image for now as well.
Here are some places that reference the Docker images by their GitHub Container Registry image name:
The text was updated successfully, but these errors were encountered: