Skip to content

Commit 8648e0b

Browse files
committed
chore: point action manifest at Dockerfile for branch testing
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 674c4a6 commit 8648e0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

action.yml

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

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

0 commit comments

Comments
 (0)