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
+2 -2
View File
@@ -68,7 +68,7 @@ jobs:
verify-private: verify-private:
if: | if: |
github.repository == 'qdm12/gluetun' && github.repository == 'passteque/gluetun' &&
( (
github.event_name == 'push' || github.event_name == 'push' ||
github.event_name == 'release' || github.event_name == 'release' ||
@@ -115,7 +115,7 @@ jobs:
publish: publish:
if: | if: |
github.repository == 'qdm12/gluetun' && github.repository == 'passteque/gluetun' &&
( (
github.event_name == 'push' || github.event_name == 'push' ||
github.event_name == 'release' || github.event_name == 'release' ||
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
config-file: .github/workflows/configs/mlc-config.json config-file: .github/workflows/configs/mlc-config.json
- uses: peter-evans/dockerhub-description@v4 - 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: with:
username: qmcgaw username: qmcgaw
password: ${{ secrets.DOCKERHUB_PASSWORD }} password: ${{ secrets.DOCKERHUB_PASSWORD }}