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:
renaud gaudin 2023-11-16 10:54:27 +00:00
parent 1d70d1a0c4
commit aa29f5029a
No known key found for this signature in database
GPG Key ID: 447475A4CFBA2E24
1 changed files with 1 additions and 2 deletions

View File

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