diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2abdea..c3cc0f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,8 @@ jobs: name: Conditional(Set tag as `{version}`) run: echo "tag=${GITHUB_REF#refs/*/} >> $GITHUB_ENV" + - run: echo "$tag + - name: Build and push uses: docker/build-push-action@v2