File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ author: "Socket"
44
55runs :
66 using : " docker"
7- # TODO (v2.0.0 release): switch to pre-built GHCR image for faster action startup.
8- # Follow the "Release workflow" in docs/github-action.md: publish image first,
9- # then update this line to docker://ghcr.io/socketdev/socket-basics:2.0.0,
10- # then create the git tag v2.0.0.
7+ # TODO (v2.0.0 release PR): update this to the pre-built GHCR image.
8+ # The release PR MUST include all three of these changes together:
9+ # 1. version.py + pyproject.toml → 2.0.0
10+ # 2. This line → docker://ghcr.io/socketdev/socket-basics:2.0.0
11+ # 3. Merge, then run publish-docker workflow_dispatch BEFORE creating the git tag
12+ # See docs/github-action.md → "Release workflow" for the full process.
1113 image : " Dockerfile"
1214 env :
1315 # Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
You can’t perform that action at this time.
0 commit comments