actions
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
echo "DOCKER_TAG=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
|
echo "DOCKER_TAG=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Check if DOCKER_TAG is set
|
- name: Check if DOCKER_TAG is set
|
||||||
if: env.DOCKER_TAG == ""
|
if: env.DOCKER_TAG == ''
|
||||||
run: |
|
run: |
|
||||||
echo DOCKER_TAG is not set!
|
echo DOCKER_TAG is not set!
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user