Skip to content

Commit d599a9f

Browse files
committed
chore: revert action manifest back to proper GHCR image path
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 8000167 commit d599a9f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ author: "Socket"
44

55
runs:
66
using: "docker"
7-
# TODO: revert to the published GHCR image before merging/releasing.
8-
image: "Dockerfile"
7+
image: "docker://ghcr.io/socketdev/socket-basics:2.0.2"
98
env:
109
# Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
1110
GITHUB_TOKEN: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)