mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix wrong deb filename for linux UI tests
This commit is contained in:
parent
15fa91d53e
commit
530ee80cfa
2 changed files with 2 additions and 1 deletions
2
.github/workflows/tests-ui-linux.yml
vendored
2
.github/workflows/tests-ui-linux.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
if: inputs.RELEASE == '1.5'
|
||||
run: |
|
||||
container_id=$(docker create "ghcr.io/bunkerity/ubuntu-tests:${{ inputs.RELEASE }}")
|
||||
docker cp "$container_id:/opt/bunkerweb_dev-1_amd64.deb" "/tmp/bunkerweb.deb"
|
||||
docker cp "$container_id:/opt/bunkerweb_1.5-dev-1_amd64.deb" "/tmp/bunkerweb.deb"
|
||||
docker rm "$container_id"
|
||||
- name: Install NGINX
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
- [UI] Fix bug when adding more than 3 reverse proxies URLs
|
||||
- [BUGFIX] Add HTTP3 specific modsec rule in web UI to avoid false positives
|
||||
- [BUGFIX] Fix missing scheduler logs in Linux integration
|
||||
- [BUGFIX] Add missing REPORT HTTP method to ALLOWED_METHODS setting
|
||||
- [DEPS] Updated NGINX version to v1.26.2
|
||||
- [DEPS] Updated LuaJIT version to v2.1-20240815
|
||||
- [DEPS] Updated libmaxminddb version to v1.11.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue