From 08553bc90b3dd1a3e1b830d226f50ed7673e8ced Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sun, 29 May 2022 17:11:05 +0000 Subject: [PATCH] chore(ci): only publish image for qdm12/gluetun --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3463ffe3..5a391b17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,7 @@ jobs: publish: if: | github.event.pull_request.head.repo.full_name == github.repository && + github.repository == 'qdm12/gluetun' && ( github.event_name == 'push' || github.event_name == 'release' ||