name: Build docker image on: push: tags: - 'v*' jobs: publish_npm_packages: runs-on: ubuntu-latest steps: - name: Hello world id: ttttt run: echo 'hello world' - name: Hello world run: echo 'hello world' ${{ steps.ttttt.outputs.stdout }}