Skip to content

Commit

Permalink
ci: fix image promotion target and repository (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos authored and DerekRoberts committed May 14, 2024
1 parent 449b91e commit ad15717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
- name: Promote Image to PROD
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ${{ env.REGISTRY }}
repository: ${{ github.repository }}
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.component }}
target: test
tags: prod

0 comments on commit ad15717

Please sign in to comment.