Skip to content

Commit

Permalink
Use image instead of building (#53)
Browse files Browse the repository at this point in the history
* Use image instead of building

* Update action.yml
  • Loading branch information
djdefi authored Oct 7, 2022
1 parent d1cc2cd commit db097cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'Dockerfile'
image: 'ghcr.io/djdefi/gitavscan:7'
args:
- '/gitscan.sh'
- ${{ inputs.full }}
Expand Down

0 comments on commit db097cd

Please sign in to comment.