mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix build rhel var
This commit is contained in:
parent
5c01bd3f74
commit
88db3fa344
1 changed files with 1 additions and 1 deletions
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue