This commit is contained in:
parent
fc505d7f85
commit
c981844975
@ -21,7 +21,7 @@ jobs:
|
||||
docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)
|
||||
echo $docker_tag
|
||||
cd ..
|
||||
echo "docker_tag=${docker_tag}" >> GITHUB_OUTPUT
|
||||
echo "docker_tag=${docker_tag}" >> GITEA_OUTPUT
|
||||
echo "docker_tag=${docker_tag}"
|
||||
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