Skip to content

Commit

Permalink
Update image-publisher.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Nov 26, 2024
1 parent b16beaa commit 3977bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:

jobs:
publish-image:
if: github.repository_owner == 'OpSecId'
if: github.repository_owner == 'bcgov'
strategy:
fail-fast: false

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ steps.info.outputs.repo-owner }}/orgbook-publisher
ghcr.io/${{ steps.info.outputs.repo-owner }}/orgbook-publisher-service
tags: |
type=raw,value=${{ inputs.tag || github.event.release.tag_name }}
Expand Down

0 comments on commit 3977bc9

Please sign in to comment.