diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2abe0a..6dee49d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: