Skip to content

Commit e3e8e77

Browse files
Update action.yml to use Dockerfile instead of pulling
1 parent 2daa743 commit e3e8e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818

1919
runs:
2020
using: "docker"
21-
image: 'docker://ghcr.io/clouddrove/smurf:v1.0.0'
21+
image: 'Dockerfile'
2222
args:
2323
- ${{ inputs.tool }}
2424
- ${{ inputs.command }}

0 commit comments

Comments
 (0)