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
|
||||
run: echo "::set-output name=VERSION::$(cat version.txt)"
|
||||
|
||||
common:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Call common build workflow
|
||||
uses: ./.github/workflows/common-docker-build.yml
|
||||
with:
|
||||
|
||||
2
.github/workflows/common-docker-build.yml
vendored
2
.github/workflows/common-docker-build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user