Skip to content

Commit

Permalink
Fixed docker tag (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 authored Mar 4, 2022
1 parent 965d136 commit f0f24ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:
default: "${{ github.event.pull_request.head.sha }}"
runs:
using: "docker"
image: "docker://typeable/comparest-github-action:0.1.0.0"
image: "docker://typeable/comparest-github-action:0.1.0.1"
env:
GITHUB_TOKEN: "${{ inputs.GITHUB_TOKEN }}"
REPO: "${{ inputs.repo }}"
Expand Down

0 comments on commit f0f24ad

Please sign in to comment.