ci/cd - fix wrong deb filename for linux UI tests

This commit is contained in:
fl0ppy-d1sk 2024-09-17 12:15:33 +02:00
parent 15fa91d53e
commit 530ee80cfa
2 changed files with 2 additions and 1 deletions

View file

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

View file

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