File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 buildpg=false;
3939 ref=$(echo ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} | tr / _);
4040 [[ "${{ steps.filter.outputs.pgstac }}" == "true" ]] && buildpg=true || ref=main;
41- echo "pgtag=${{ env.REGISTRY }}/stac-utils /pgstac-postgres:$ref" >>$GITHUB_OUTPUT;
41+ echo "pgtag=${{ env.REGISTRY }}/${GITHUB_REPOSITORY_OWNER} /pgstac-postgres:$ref" >>$GITHUB_OUTPUT;
4242 echo "buildpg=$buildpg" >>$GITHUB_OUTPUT;
4343 buildpy=false;
4444 [[ "${{ steps.filter.outputs.pypgstac }}" == "true" ]] && buildpy=true || ref=main;
45- echo "pytag=${{ env.REGISTRY }}/stac-utils /pgstac-pyrust:$ref" >>$GITHUB_OUTPUT;
46- echo "buildpy=$buildpy " >>$GITHUB_OUTPUT;
45+ echo "pytag=${{ env.REGISTRY }}/${GITHUB_REPOSITORY_OWNER} /pgstac-pyrust:$ref" >>$GITHUB_OUTPUT;
46+ echo "buildpy=$buildpg " >>$GITHUB_OUTPUT;
4747
4848 # This builds a base postgres image that has everything installed to be able to run pgstac. This image does not have pgstac itself installed.
4949 buildpg :
You can’t perform that action at this time.
0 commit comments