Skip to content

Commit 2ed98fe

Browse files
committed
chore: use dockerfile for validation testing
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 80fbf02 commit 2ed98fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

action.yml

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

55
runs:
66
using: "docker"
7-
image: "docker://ghcr.io/socketdev/socket-basics:2.0.2"
7+
# TODO: Revert to the prebuilt GHCR image before merge.
8+
# image: "docker://ghcr.io/socketdev/socket-basics:2.0.2"
9+
image: "Dockerfile"
810
env:
911
# Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
1012
GITHUB_TOKEN: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)