1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

run release if workflow dispatch not used

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

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