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