File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
buildpg=false;
39
39
ref=$(echo ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} | tr / _);
40
40
[[ "${{ 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;
42
42
echo "buildpg=$buildpg" >>$GITHUB_OUTPUT;
43
43
buildpy=false;
44
44
[[ "${{ 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;
47
47
48
48
# This builds a base postgres image that has everything installed to be able to run pgstac. This image does not have pgstac itself installed.
49
49
buildpg :
You can’t perform that action at this time.
0 commit comments