Compare commits

...

4 Commits
vaaaa ... main

Author SHA1 Message Date
5d272e8088 b
All checks were successful
Build docker image / publish_npm_packages (push) Successful in 2s
2024-04-20 04:07:33 +08:00
edd288f7f3 bb
Some checks failed
Build docker image / publish_npm_packages (push) Failing after 1s
2024-04-20 04:06:35 +08:00
0ff92fe733 a
All checks were successful
Build docker image / publish_npm_packages (push) Successful in 2s
2024-04-20 04:02:05 +08:00
f46a24ddae xxx
All checks were successful
Build docker image / publish_npm_packages (push) Successful in 2s
2024-04-20 00:28:40 +08:00

View File

@ -3,11 +3,17 @@ name: Build docker image
on:
push:
tags:
- '*'
- 'v*'
jobs:
publish_npm_packages:
runs-on: ubuntu-latest
steps:
- name: Hello world
run: echo 'hello world'
id: ttttt
run: echo 'hello world'
- name: Hello world 2
id: my
run: echo 'a=xxxx' >> "$GITHUB_OUTPUT"
- name: Hello world
run: echo 'hello world' ${{ steps.my.outputs.a }}