We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fbf02 commit 2ed98feCopy full SHA for 2ed98fe
1 file changed
action.yml
@@ -4,7 +4,9 @@ author: "Socket"
4
5
runs:
6
using: "docker"
7
- image: "docker://ghcr.io/socketdev/socket-basics:2.0.2"
+ # TODO: Revert to the prebuilt GHCR image before merge.
8
+ # image: "docker://ghcr.io/socketdev/socket-basics:2.0.2"
9
+ image: "Dockerfile"
10
env:
11
# Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
12
GITHUB_TOKEN: ${{ inputs.github_token }}
0 commit comments