File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,9 +203,9 @@ docker-multi-arch-push-manifest:
203
203
@hash manifest-tool > /dev/null 2>&1 ; if [ $$ ? -ne 0 ]; then \
204
204
go get -u github.com/estesp/manifest-tool; \
205
205
fi
206
- sed -i " s;gitea/gitea;$( DOCKER_IMAGE) ;g" $(DOCKER_MANIFEST ) # Replace if using custom image name
206
+ $( SED_INPLACE ) " s;gitea/gitea;$( DOCKER_IMAGE) ;g" $(DOCKER_MANIFEST ) # Replace if using custom image name
207
207
@manifest-tool --docker-cfg $HOME /.docker/ push from-spec $(DOCKER_MANIFEST ) # Up new references
208
- sed -i " s;$( DOCKER_IMAGE) ;gitea/gitea;g" $(DOCKER_MANIFEST ) # Revert back config
208
+ $( SED_INPLACE ) " s;$( DOCKER_IMAGE) ;gitea/gitea;g" $(DOCKER_MANIFEST ) # Revert back config
209
209
210
210
.PHONY : release
211
211
release : release-dirs release-windows release-linux release-darwin release-copy release-check
You can’t perform that action at this time.
0 commit comments