We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8000167 commit d599a9fCopy full SHA for d599a9f
1 file changed
action.yml
@@ -4,8 +4,7 @@ author: "Socket"
4
5
runs:
6
using: "docker"
7
- # TODO: revert to the published GHCR image before merging/releasing.
8
- image: "Dockerfile"
+ image: "docker://ghcr.io/socketdev/socket-basics:2.0.2"
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