diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d445d4a6..6c96a7f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: verify-private: if: | - github.repository == 'qdm12/gluetun' && + github.repository == 'passteque/gluetun' && ( github.event_name == 'push' || github.event_name == 'release' || @@ -115,7 +115,7 @@ jobs: publish: if: | - github.repository == 'qdm12/gluetun' && + github.repository == 'passteque/gluetun' && ( github.event_name == 'push' || github.event_name == 'release' || diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index ca07a54a..af2b6aa3 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -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 }}