Skip to content

Commit b55b0b6

Browse files
committed
Update action manifest to reference plan for release workflow sequence
Signed-off-by: lelia <lelia@socket.dev>
1 parent ade72e6 commit b55b0b6

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

action.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ author: "Socket"
44

55
runs:
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)

0 commit comments

Comments
 (0)