ci/cd - fix build rhel var

This commit is contained in:
florian 2023-05-01 20:18:16 +02:00
parent 5c01bd3f74
commit 88db3fa344
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ jobs:
uses: ./.github/workflows/linux-build.yml
with:
RELEASE: beta
LINUX: el
LINUX: rhel
PACKAGE: rpm
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}