Skip to content

Commit 1a821ff

Browse files
committed
add docker:// to image
1 parent 3c146da commit 1a821ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ runs:
1515
env:
1616
DIR: "/github/workspace/${{ inputs.dir }}"
1717
TASK: ${{ inputs.task }}
18-
IMAGE: "ghcr.io/scarbous/node-runner/${{ inputs.nodeVersion }}:latest"
19-
image: $IMAGE
18+
image: "docker://ghcr.io/scarbous/node-runner/${{ inputs.nodeVersion }}:latest"

0 commit comments

Comments
 (0)