1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

run release if workflow dispatch not used

This commit is contained in:
Martin McKeaveney 2021-09-21 17:16:38 +01:00
parent eaba4c2698
commit ab0bd21ce1

View file

@ -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