Skip to content

Commit 8154d88

Browse files
authored
fix runs.image syntax (#4)
1 parent f7b23d8 commit 8154d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ inputs:
1111
default: '--help'
1212
runs:
1313
using: 'docker'
14-
image: 'ghcr.io/amacneil/dbmate:1.15'
14+
image: 'docker://ghcr.io/amacneil/dbmate:1.15'
1515
args:
1616
- ${{ inputs.command }}

0 commit comments

Comments
 (0)