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