Skip to content

Commit

Permalink
Enabled the publish action for all repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Mar 25, 2024
1 parent 98f168d commit a17a885
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a17a885

Please sign in to comment.