This commit is contained in:
parent
9e9f6d37d2
commit
c2e4633b6c
@ -21,8 +21,7 @@ jobs:
|
|||||||
docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)
|
docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)
|
||||||
echo $docker_tag
|
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; fi
|
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
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Remove temporary files
|
- name: Remove temporary files
|
||||||
if: steps.check-existing.conclusion == 'success'
|
if: steps.check-existing.conclusion == 'success'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user