mirror of
https://github.com/ilyakooo0/compaREST.git
synced 2024-11-26 05:51:16 +03:00
fixed docker tag
This commit is contained in:
parent
1132240631
commit
9a0d175d98
@ -29,7 +29,7 @@ inputs:
|
|||||||
default: "${{ github.event.pull_request.head.sha }}"
|
default: "${{ github.event.pull_request.head.sha }}"
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
image: "docker://typeable/comparest-github-action:latest"
|
image: "docker://typeable/comparest-github-action:0.0.0.0"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ inputs.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ inputs.GITHUB_TOKEN }}"
|
||||||
REPO: "${{ inputs.repo }}"
|
REPO: "${{ inputs.repo }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user