pr trigger
This commit is contained in:
parent
2362673c6f
commit
ed8177e05f
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
|||||||
id: version
|
id: version
|
||||||
run: echo "::set-output name=VERSION::$(cat version.txt)"
|
run: echo "::set-output name=VERSION::$(cat version.txt)"
|
||||||
|
|
||||||
|
common:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Call common build workflow
|
- name: Call common build workflow
|
||||||
uses: ./.github/workflows/common-docker-build.yml
|
uses: ./.github/workflows/common-docker-build.yml
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/common-docker-build.yml
vendored
2
.github/workflows/common-docker-build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user