From a17a8850582e10bf358db06a43648f7e4e2e100a Mon Sep 17 00:00:00 2001 From: alfredeen Date: Mon, 25 Mar 2024 12:39:59 +0100 Subject: [PATCH] Enabled the publish action for all repos. --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7e9d3d..02a5fe5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,15 +15,12 @@ on: env: REGISTRY: ghcr.io #IMAGE_NAME: ${{ github.repository }} - IMAGE_NAME: alfredeen/gene_catalog_rshiny + IMAGE_NAME: ${{ github.repository_owner }}/gene_catalog_rshiny jobs: publish: - # Only run this action in the forked development repository - if: github.repository == 'alfredeen/Gene_Catalog_Rshiny' - runs-on: ubuntu-latest permissions: contents: read