This commit is contained in:
Christian Mehlmauer
2021-08-02 12:17:16 +02:00
parent d9f3c682d0
commit 36a35279f2

View File

@@ -26,7 +26,7 @@ jobs:
echo "DOCKER_TAG=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
- name: Check if DOCKER_TAG is set
if: env.DOCKER_TAG == ""
if: env.DOCKER_TAG == ''
run: |
echo DOCKER_TAG is not set!
exit 1