6969 with :
7070 images : |
7171 ${{ needs.repo.outputs.GHCR_REPO }}/clio-gcc
72- rippleci/clio_gcc
72+ ${{ github.repository_owner == 'XRPLF' && ' rippleci/clio_gcc' || '' }}
7373 push_image : ${{ github.event_name != 'pull_request' }}
7474 directory : docker/compilers/gcc
7575 tags : |
8181 build_args : |
8282 GCC_MAJOR_VERSION=${{ env.GCC_MAJOR_VERSION }}
8383 GCC_VERSION=${{ env.GCC_VERSION }}
84- dockerhub_repo : ${{ github.repo_owner == 'XRPLF' && 'rippleci/clio_gcc' || '' }}
84+ dockerhub_repo : ${{ github.repository_owner == 'XRPLF' && 'rippleci/clio_gcc' || '' }}
8585 dockerhub_description : GCC compiler for XRPLF/clio.
8686
8787 gcc-arm64 :
@@ -107,7 +107,7 @@ jobs:
107107 with :
108108 images : |
109109 ${{ needs.repo.outputs.GHCR_REPO }}/clio-gcc
110- rippleci/clio_gcc
110+ ${{ github.repository_owner == 'XRPLF' && ' rippleci/clio_gcc' || '' }}
111111 push_image : ${{ github.event_name != 'pull_request' }}
112112 directory : docker/compilers/gcc
113113 tags : |
@@ -119,7 +119,7 @@ jobs:
119119 build_args : |
120120 GCC_MAJOR_VERSION=${{ env.GCC_MAJOR_VERSION }}
121121 GCC_VERSION=${{ env.GCC_VERSION }}
122- dockerhub_repo : ${{ github.repo_owner == 'XRPLF' && 'rippleci/clio_gcc' || '' }}
122+ dockerhub_repo : ${{ github.repository_owner == 'XRPLF' && 'rippleci/clio_gcc' || '' }}
123123 dockerhub_description : GCC compiler for XRPLF/clio.
124124
125125 gcc-merge :
@@ -196,7 +196,7 @@ jobs:
196196 with :
197197 images : |
198198 ${{ needs.repo.outputs.GHCR_REPO }}/clio-clang
199- rippleci/clio_clang
199+ ${{ github.repository_owner == 'XRPLF' && ' rippleci/clio_clang' || '' }}
200200 push_image : ${{ github.event_name != 'pull_request' }}
201201 directory : docker/compilers/clang
202202 tags : |
@@ -206,7 +206,7 @@ jobs:
206206 platforms : linux/amd64,linux/arm64
207207 build_args : |
208208 CLANG_MAJOR_VERSION=${{ env.CLANG_MAJOR_VERSION }}
209- dockerhub_repo : ${{ github.repo_owner == 'XRPLF' && 'rippleci/clio_clang' || '' }}
209+ dockerhub_repo : ${{ github.repository_owner == 'XRPLF' && 'rippleci/clio_clang' || '' }}
210210 dockerhub_description : Clang compiler for XRPLF/clio.
211211
212212 tools-amd64 :
@@ -321,7 +321,7 @@ jobs:
321321 with :
322322 images : |
323323 ${{ needs.repo.outputs.GHCR_REPO }}/clio-ci
324- rippleci/clio_ci
324+ ${{ github.repository_owner == 'XRPLF' && ' rippleci/clio_ci' || '' }}
325325 push_image : ${{ github.event_name != 'pull_request' }}
326326 directory : docker/ci
327327 tags : |
@@ -334,5 +334,5 @@ jobs:
334334 CLANG_MAJOR_VERSION=${{ env.CLANG_MAJOR_VERSION }}
335335 GCC_MAJOR_VERSION=${{ env.GCC_MAJOR_VERSION }}
336336 GCC_VERSION=${{ env.GCC_VERSION }}
337- dockerhub_repo : ${{ github.repo_owner == 'XRPLF' && 'rippleci/clio_ci' || '' }}
337+ dockerhub_repo : ${{ github.repository_owner == 'XRPLF' && 'rippleci/clio_ci' || '' }}
338338 dockerhub_description : CI image for XRPLF/clio.
0 commit comments