We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c146da commit 1a821ffCopy full SHA for 1a821ff
action.yml
@@ -15,5 +15,4 @@ runs:
15
env:
16
DIR: "/github/workspace/${{ inputs.dir }}"
17
TASK: ${{ inputs.task }}
18
- IMAGE: "ghcr.io/scarbous/node-runner/${{ inputs.nodeVersion }}:latest"
19
- image: $IMAGE
+ image: "docker://ghcr.io/scarbous/node-runner/${{ inputs.nodeVersion }}:latest"
0 commit comments