ci: ensure push always happens

This commit is contained in:
will Farrell 2020-12-02 11:32:39 -07:00
parent cdf3f1a005
commit 85a0ecf368
No known key found for this signature in database
GPG Key ID: 3FC6D79E2208B22A

@ -37,7 +37,7 @@ jobs:
name: Conditional(Set tag as `{version}`)
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- if: env.tag
-
name: Build and push
uses: docker/build-push-action@v2
with: