Skip to content

Commit

Permalink
Merge pull request #598 from ScilifelabDataCentre/update-publish-cont…
Browse files Browse the repository at this point in the history
…ainer-workflow

Update publish container workflow
  • Loading branch information
Hammarn authored Oct 9, 2024
2 parents 8536e09 + b90378e commit b11ba0f
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 b11ba0f

Please sign in to comment.