We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b23d8 commit 8154d88Copy full SHA for 8154d88
action.yml
@@ -11,6 +11,6 @@ inputs:
11
default: '--help'
12
runs:
13
using: 'docker'
14
- image: 'ghcr.io/amacneil/dbmate:1.15'
+ image: 'docker://ghcr.io/amacneil/dbmate:1.15'
15
args:
16
- ${{ inputs.command }}
0 commit comments