pr trigger

This commit is contained in:
jr-k 2024-08-08 04:24:51 +02:00
parent 2362673c6f
commit ed8177e05f
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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