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]
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
PLATFORM_TARGET: LINUX_DOCKER_TRIGGER
|
||||
OS_NAME: LINUX_DOCKER_TRIGGER
|
||||
PLATFORM_TARGET: native_static
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue