Skip to content

Commit 6f0ebc0

Browse files
committed
Use prebuilt docker image instead of building from dockerfile
1 parent 3b1e56b commit 6f0ebc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ inputs:
6565
default: 'Github Actions Bot'
6666
runs:
6767
using: 'docker'
68-
image: 'Dockerfile'
68+
image: 'docker://ghcr.io/timkrase/phpunit-coverage-badge:v1.0.0'
6969
args:
7070
- ${{ inputs.clover-report }}
7171
- ${{ inputs.coverage-badge-path }}

0 commit comments

Comments
 (0)