Skip to content

Commit

Permalink
Fix action docker image syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
materpillar committed May 3, 2023
1 parent 88daeae commit b52b849
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 @@ -18,7 +18,7 @@ inputs:

runs:
using: 'docker'
image: mtreber/capella-html-exporter:v6.1.0-0
image: 'docker://mtreber/capella-html-exporter:v6.1.0-0'
args:
- ${{ inputs.model-name }}
- /github/workspace/${{ inputs.path-model-folder }}
Expand Down

0 comments on commit b52b849

Please sign in to comment.