fix(ci): update if conditions from qdm12/gluetun to passteque/gluetun

This commit is contained in:
Quentin McGaw
2026-07-29 06:26:21 +00:00
parent c0073c9567
commit 56e5cad66b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
config-file: .github/workflows/configs/mlc-config.json
- uses: peter-evans/dockerhub-description@v4
if: github.repository == 'qdm12/gluetun' && github.event_name == 'push'
if: github.repository == 'passteque/gluetun' && github.event_name == 'push'
with:
username: qmcgaw
password: ${{ secrets.DOCKERHUB_PASSWORD }}