Skip to content

Commit

Permalink
fix: docker yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Jan 8, 2024
1 parent 6a55877 commit e6b7034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DOCKER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
inputs:
version:
description: 'solhint version'
description: 'Solhint version'
required: true
image_name:
description: 'Name of image to be used on docker hub'
required: true
default: 'protofire/solhint'
default: 'protodb/protofire-solhint'
jobs:

build:
Expand Down

0 comments on commit e6b7034

Please sign in to comment.