Fixed docker workflow trigger
There is no such thing as a `LINUX_DOCKER_TRIGGER` platform target nor expected OS_NAME. BuildDefinition expects the docker publish trigger to happen for native_static
This commit is contained in:
parent
1d70d1a0c4
commit
aa29f5029a
|
@ -214,8 +214,7 @@ jobs:
|
||||||
needs: [Linux]
|
needs: [Linux]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
PLATFORM_TARGET: LINUX_DOCKER_TRIGGER
|
PLATFORM_TARGET: native_static
|
||||||
OS_NAME: LINUX_DOCKER_TRIGGER
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue