1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-03 01:17:53 +03:00

Add webui static files in release tarball

This commit is contained in:
Michael 2024-12-20 16:46:04 +01:00 committed by GitHub
parent 35ce6baaae
commit db31a4c961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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