Skip to content

Commit fd0df22

Browse files
committed
fix: CI workflow issue for the tags
1 parent c45c945 commit fd0df22

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
platforms: linux/amd64,linux/arm64
3838
push: true
3939
tags: |
40-
ghcr.io/pingoleon/notifynotes:latest
41-
ghcr.io/pingoleon/notifynotes:amd64
42-
ghcr.io/pingoleon/notifynotes:arm64
40+
ghcr.io/leonpwd/notifynotes:latest
41+
ghcr.io/leonpwd/notifynotes:amd64
42+
ghcr.io/leonpwd/notifynotes:arm64
4343
cache-from: type=gha
4444
cache-to: type=gha,mode=max

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Script Python auto-hébergé qui surveille vos notes du groupe OMNES et envoie d
2222
```yaml
2323
services:
2424
notifynotes:
25-
image: ghcr.io/pingoleon/notifynotes:latest
25+
image: ghcr.io/leonpwd/notifynotes:latest
2626
container_name: notifynotes
2727
environment:
2828
- URL=https://campusonline.inseec.net/note/note_ajax.php?AccountName=VOTRE_ID
@@ -55,17 +55,17 @@ docker run -d --name notifynotes \
5555

5656
## ⚙️ Variables d'environnement
5757

58-
| Variable | Description | Défaut | Requis |
59-
|----------|-------------|--------|--------|
60-
| `URL` | URL de la page de notes | - ||
61-
| `NTFY_URL` | URL du serveur ntfy | Auto-généré ||
62-
| `NTFY_AUTH` | Authentification ntfy | `false` ||
63-
| `NTFY_USER` | User ntfy | - ||
64-
| `NTFY_PASS` | Mot de passe ntfy | - ||
65-
| `NTFY_URL_LOCAL_FALLBACK` | URL de secours (réseau local) | - ||
66-
| `CHECK_INTERVAL` | Intervalle de vérification (s) | `1800` ||
67-
| `TZ` | Fuseau horaire | `Europe/Paris` ||
68-
| `LOG_LEVEL` | Niveau de log (`INFO`/`DEBUG`) | `INFO` ||
58+
| Variable | Description | Défaut | Requis |
59+
| --------------------------- | ---------------------------------- | ---------------- | ------ |
60+
| `URL` | URL de la page de notes | - | |
61+
| `NTFY_URL` | URL du serveur ntfy | Auto-généré | |
62+
| `NTFY_AUTH` | Authentification ntfy | `false` | |
63+
| `NTFY_USER` | User ntfy | - | |
64+
| `NTFY_PASS` | Mot de passe ntfy | - | |
65+
| `NTFY_URL_LOCAL_FALLBACK` | URL de secours (réseau local) | - | |
66+
| `CHECK_INTERVAL` | Intervalle de vérification (s) | `1800` | |
67+
| `TZ` | Fuseau horaire | `Europe/Paris` | |
68+
| `LOG_LEVEL` | Niveau de log (`INFO`/`DEBUG`) | `INFO` | |
6969

7070
> Si `NTFY_URL` n'est pas défini, une URL aléatoire sera générée et sauvegardée dans `/config/ntfy_url.txt`.
7171

0 commit comments

Comments
 (0)