Add github action
This commit is contained in:
parent
e24ff96a15
commit
9546c953c0
2
.github/workflows/build&push.yaml
vendored
2
.github/workflows/build&push.yaml
vendored
@ -19,10 +19,12 @@ jobs:
|
||||
id: version_step
|
||||
run: |
|
||||
echo "##[set-output name=version;]NACOS_VERSION=${GITHUB_REF#$"refs/tags/v"}"
|
||||
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user