Skip to content

Commit c90fa49

Browse files
joostfaassenAyesh
andauthored
fix: casing in repo owner name
Co-authored-by: Ayesh Karunaratne <Ayesh@users.noreply.github.com>
1 parent df403c1 commit c90fa49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build the review container image
5959
run: docker build . --tag ghcr.io/${{ github.repository_owner }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review --file Dockerfile.${{ matrix.php }}-review
6060
- name: Push with commit *-review tag
61-
run: docker push ghcr.io/${{ github.repository_owner }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review
61+
run: docker push ghcr.io/${{ env.CI_REPOSITORY_OWNER_SLUG }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review
6262

6363

6464
cleanup:

0 commit comments

Comments
 (0)