1
0
Fork 0

Merge current v3.2 into v3.3

This commit is contained in:
mmatur 2025-01-02 19:32:34 +01:00
commit d152f7fafc
No known key found for this signature in database
GPG key ID: 2FFE42FC256CFF8E
70 changed files with 229 additions and 223 deletions

View file

@ -92,6 +92,16 @@ jobs:
with:
fetch-depth: 0
- name: Artifact webui
uses: actions/download-artifact@v4
with:
name: webui.tar.gz
- name: Untar webui
run: |
tar xvf webui.tar.gz
rm webui.tar.gz
- name: Retrieve the secret and decode it to a file
env:
TRAEFIKER_RSA: ${{ secrets.TRAEFIKER_RSA }}