Skip to content

Commit

Permalink
Merge pull request #3 from OpSecId/Change-chart/image-metadata
Browse files Browse the repository at this point in the history
Update image-publisher.yaml
  • Loading branch information
esune authored Nov 26, 2024
2 parents de9eb4b + 3977bc9 commit 69df98f
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 69df98f

Please sign in to comment.