run release if workflow dispatch not used
This commit is contained in:
parent
eaba4c2698
commit
ab0bd21ce1
|
@ -53,7 +53,7 @@ jobs:
|
|||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||
|
||||
- name: Build/release Docker images
|
||||
if: ${{ github.event.inputs.release_self_host == 'N' }}
|
||||
if: ${{ github.event.inputs.release_self_host != 'Y' }}
|
||||
run: |
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
|
||||
yarn build
|
||||
|
|
Loading…
Reference in New Issue