This commit is contained in:
parent
42bcd0adf1
commit
5382012065
@ -20,7 +20,7 @@ jobs:
|
||||
cd DocumentServer
|
||||
docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)
|
||||
echo $docker_tag
|
||||
echo "docker_tag=${docker_tag}" >> GITHUB_OUTPUT
|
||||
echo "docker_tag=${docker_tag}" >> ../GITHUB_OUTPUT
|
||||
if curl --silent -f -lSL "https://hub.docker.com/v2/repositories/jiriks74/onlyoffice-documentserver/tags/${docker_tag}" > /dev/null; then exit 1; else exit 0; fi
|
||||
shell: bash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user