feat: add analytics support
All checks were successful
Publish morthimer/website image / lint (push) Successful in 7s
Publish morthimer/website image / build (push) Successful in 40s

This commit is contained in:
2024-05-24 11:20:17 +00:00
parent a8a76e53af
commit 0c8547e831
6 changed files with 37 additions and 7 deletions

View File

@@ -37,4 +37,6 @@ jobs:
${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:latest
${{ secrets.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.ref_name }}
build-args: |
img_ver=${{ gitea.ref_name }}
img_ver=${{ gitea.ref_name }}
analytics_src=${{ secrets.ANALYTICS_SRC }}
analytics_id=${{ secrets.ANALYTICS_ID }}