From d49d5eddab2c8593fec6cf64597182a20193e8e4 Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Fri, 2 Aug 2024 00:39:51 -0400 Subject: [PATCH] Removed triggers from GitHub release. --- .github/workflows/release-docker.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-docker.yaml b/.github/workflows/release-docker.yaml index 010068c..300a16f 100644 --- a/.github/workflows/release-docker.yaml +++ b/.github/workflows/release-docker.yaml @@ -1,9 +1,12 @@ name: 'Publish Docker image to GitHub Packages' -on: - push: - release: - types: [published] +# We don't actually want to publish this to GitHub Packages, because we'd rather host them at +# containers.renci.org. However, I'm going to leave this workflow here (without any triggers) +# in case it's needed in the future. Just uncomment the `on:` triggers if needed. +# +#on: +# release: +# types: [published] env: REGISTRY: ghcr.io