We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df403c1 commit c90fa49Copy full SHA for c90fa49
1 file changed
.github/workflows/production.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Build the review container image
59
run: docker build . --tag ghcr.io/${{ github.repository_owner }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review --file Dockerfile.${{ matrix.php }}-review
60
- name: Push with commit *-review tag
61
- run: docker push ghcr.io/${{ github.repository_owner }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review
+ run: docker push ghcr.io/${{ env.CI_REPOSITORY_OWNER_SLUG }}/${{ env.CI_REPOSITORY_NAME }}:${{ matrix.php }}-review
62
63
64
cleanup:
0 commit comments