Skip to content

Commit

Permalink
Update publish container workflow
Browse files Browse the repository at this point in the history
Build container from this repo and push under the SciLifeLab Data Centre organization.
  • Loading branch information
somathias authored Oct 9, 2024
1 parent 8536e09 commit b90378e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
push_to_registry:
if: github.repository == 'pekrau/publications'
if: github.repository == 'scilifelabdatacentre/publications'
name: Publish Docker image
runs-on: ubuntu-latest
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/pekrau/publications
images: ghcr.io/scilifelabdatacentre/publications
tags: |
type=sha,format=long
type=ref,event=branch
Expand Down

0 comments on commit b90378e

Please sign in to comment.